- Move .scss files to default `_sass` folder - Configure Sass/SCSS in `_config.yml` - Run .scss files through Autoprefixer - Remove unnecessary npm scripts for building CSS - Close #333
10 lines
141 B
SCSS
10 lines
141 B
SCSS
// Float API
|
|
// =========
|
|
|
|
@import "shared";
|
|
|
|
@import "float/container";
|
|
@import "float/span";
|
|
@import "float/end";
|
|
@import "float/isolate";
|