Problem Set – BEM/SCSS Problem Set
- 04-button-set/index.html
- 04-button-set/package.json / 04-button-set/package-lock.json
- 04-button-set/sass/main.scss
- 04-button-set/css/style.css
Blogging Question
“Node.js is an open source, cross-platform run-time environment built on Chrome’s V8 JavaScript engine. The Node.js environment enables JavaScript users to deploy the language for server-side scripting, whilst also running scripts to produce dynamic web page content.”
- npm init
- npm install node-sass –save-dev
- Change the script inside of the script tag in package.json
- npm run compile:sass