Skip to content

SASS Documentation

Nomi-1 edited this page Oct 29, 2021 · 4 revisions

Boilerplate

For better organisation, we have a huge SASS boilderplate with all common vaiables, functions and mixins. Before starting development, familiarise yourself with the boilerplate.

Vaiables

Please make sure, to use the variables instead of fix values for the common values. For example, instead of HEX use $color-variable. SASS-Documentation: https://sass-lang.com/documentation/variables

Functions

SASS-Documentation: https://sass-lang.com/documentation/at-rules/function

Mixins

If you a not used to work with mixins, plase check the SASS Documentation. SASS-Documentation: https://sass-lang.com/documentation/at-rules/mixin

Working with SASS

Docu: https://sass-lang.com/documentation

Playground: https://www.sassmeister.com/

Clone this wiki locally