Skip to content

Latest commit

 

History

History
23 lines (14 loc) · 401 Bytes

README.md

File metadata and controls

23 lines (14 loc) · 401 Bytes

studio wild theme

we use sass now!

make sure you have sass installed globally

$ npm install --global sass

now you need to enable either an SCSS file watcher in idea with these arguments on the sass tool:

$FileName$:$FileNameWithoutExtension$.min.css --style compressed

or run sass watch

$ sass --watch studiowild.scss:studiowild.min.css --style compressed