SASS
We use syntactically awesome style sheets (SASS) for the client application. Compiled css are included in the repository. With SASS installed it is possible to compile style sheets with following command sass -update public/css
from the application root.
Last updated