Skip to content
This repository has been archived by the owner on Mar 13, 2024. It is now read-only.

Latest commit

 

History

History
31 lines (20 loc) · 330 Bytes

README.md

File metadata and controls

31 lines (20 loc) · 330 Bytes

Install dependencies

cd static
npm install

Generate css

Use this command if you work on default.scss

sass --watch default.scss output.css -s compressed

Generate css

Use

npm run build

To generate the CSS. You can also generate the css with task command (root folder) :

task css