aleutcss / starter

Starter project for Aleut.css
Apache License 2.0
11 stars 0 forks source link

A starter project for Aleut.css

# Download all the project dependencies with npm
$ npm i
# Use the built-in compiler (or just bring your own)
$ npm start

If you want to make one-off build without watching and recompiling, there's npm run build script which compiles style.sass to ./css directory.

Read the full documentation