SASS
Koala Framework supports SASS, a css preprocessor which makes styling fun again. If you want to use SASS in your Project you have two options:
- You can add a
Component.scssfile to every component - You can add
.scssfiles as dependency for components or for the web
Koala Framework only supports the scss syntax, it does not support the sass syntax or .sass files.