pattern-7-1-lite/README.md
Andros Fenollosa f53fb27968 First commit
2018-11-07 07:31:59 +01:00

480 B

Pattern Template 7-1 Lite version, an extraordinarily neat architecture that any Web Designer can understand at a glance. Structure with the help of SASS.

Compile SASS.

Install

yarn global add node-sass

Run

node-sass --output-style compressed resources/sass/main.sass css/main.css

Watch: Autocompile if it detects changes

node-sass --watch --source-map true --output-style compressed resources/sass/main.sass css/main.css