diff options
Diffstat (limited to 'src/main.scss')
| -rw-r--r-- | src/main.scss | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/src/main.scss b/src/main.scss new file mode 100644 index 0000000..5b1b3d1 --- /dev/null +++ b/src/main.scss | |||
| @@ -0,0 +1,10 @@ | |||
| 1 | @import 'functions'; | ||
| 2 | @import 'math'; | ||
| 3 | @import 'vars'; | ||
| 4 | @import 'contexts'; | ||
| 5 | @import 'bem'; | ||
| 6 | @import 'props'; | ||
| 7 | @import 'harmony'; | ||
| 8 | @import 'responsive'; | ||
| 9 | @import 'easing'; | ||
| 10 | @import 'gradients'; | ||
