Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add entry to README about node-sass configuration #31

Closed
peterblazejewicz opened this issue Dec 4, 2018 · 0 comments
Closed

Add entry to README about node-sass configuration #31

peterblazejewicz opened this issue Dec 4, 2018 · 0 comments

Comments

@peterblazejewicz
Copy link
Contributor

Like:

To build that boilerplate with `node-sass` installed globally do following:

- install `node-sass` if not yet installed:
``bash
npm install -g node-sass
``
- run build command from command line:
``bash
node-sass stylesheets/main.scss dist/main.css 
``

Thanks!

KittyGiraudel added a commit that referenced this issue Dec 5, 2018
Provide node-sass how-to section. Closes #31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant