Skip to content

TeriFash/scss-helpers-kit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.