captainWaheed / Live-SASS-Compiler-Alternative

An alternative method to compile sass code and minify CSS without using outdated VS extension

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Live SASS Compiler Alternative

Minimum Static Site Setup with Sass. An alternative method to compiler sass code and minify CSS

About

If you don't need any templating languages and just need to get a simple site built plus Sass, use this as the contents of a fresh package.json. If you want to know about more about this you can visit here

Project Structure

src/
- sass/
- - style.scss
- index.html

Project Scripts

  • npm start - copies src files to public and starts Browsersync server at localhost:3000
  • npm run build - copies files to public and autoprefixes/minifies css

Built with

  • JWT
  • Visual Studio Code

How You Can Contribute to This Project?

  • ⭐ this Repo
  • Fork the repo.
  • Make your addition by creating a file
  • Click on the green button (Compare and Pull request)
  • Click on Send Pull Request
  • Wait for you PR to be reviewed and merge approval

LICENSE

MIT LICENSE

Feedback

If you have any query, please reach me at : abdulwaheed@ieee.org

🔗 Links

portfolio linkedin twitter Instagram

About

An alternative method to compile sass code and minify CSS without using outdated VS extension

License:MIT License