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