Skip to content

ourstudio-se/frontend-work-test-scss

Repository files navigation

Front-end work test (scss)

Front-end work test based on Sass.

Writing CSS

The CSS is built using Sass and can be found in test/scss. The SCSS in compiled into CSS using Dart Sass. Compile the SCSS in this project into CSS by running the following command.

npm run sass

Sass formatting

This project uses Prettier to format the code. To format all files, run the following command.

npm run prettier

Lint

This project uses Stylelint to lint the scss. The settings is based on stylelint-config-standard-scss. To run the lint, run the following command.

npm run stylelint