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.scss
file to every component - You can add
.scss
files 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.