TeriFash / scss-helpers-kit

Helpers kit for scss/sass based on webpack

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Frontend styles helpers kit

Helpers kit for scss / sass based on webpack

How use kit:

git clone https://github.com/TeriFash/scss-helpers-kit.git in your folder.

@import "./src/styles/core.scss" in your scss, or copy folder ./src/styles in project styles

Extended use:

✍ Run installation dependencies.

npm install or yarn install

πŸƒ Start Dev Server environment.

npm start or yarn start

🎁 Build production version.

npm build or yarn build

🚚 Features:

When you run npm run build we use the mini-css-extract-plugin to move the css to a separate file. The css file gets included in the head of the index.html.

About

Helpers kit for scss/sass based on webpack


Languages

Language:CSS 82.6%Language:JavaScript 15.5%Language:HTML 1.9%