A minimal setup for templating simple HTML files and their styles with stemCSS
$ npm iinstalls NPM dependencies, and then clones stemCSS from GitHub intoassets/scss.- Remove
/assetsfrom.gitignoreif you're using this repository as a basis for a new project.
$ npm run buildto just compile assets into/dist.
OR$ npm run watchto spin up browsersync for live reloading.
stemCSS changes must be made to that repo. You can work on it within this project, by changing directory to assets/scss, and then adding or modifying it's remote.
E.g. if you have SSH access to the Lighthouse repos:
$ git remote set-url origin git@github.com:wearelighthouse/stemCSS.git
Or if you have a custom fork:
$ git remote set-url origin git@github.com:[YOUR_GITHUB_USERNAME]/stemCSS.git