linfa 0.8.1

A Machine Learning framework for Rust
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
$primary-color: #ec7235;
$secondary-color: #36b0ec;
$tetradic-color: #B0EC36;
$shadow-color: #ddd;

@import 'base';

@media only screen and (min-width: 700px) {
    @import 'desktop/base', 'desktop/news', 'desktop/home'
}
@media only screen and (max-width: 700px) {
    @import 'mobile/base', 'mobile/news', 'mobile/home'
}