Skip to content

sturdynut/scss-starter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SCSS Starter

A starter for setting up SCSS.

Scripts

Building

  • npm run build - Compiles scss to css in /dist
  • npm run watch - Same as build, but will watch for changes

Serving

  • npm run serve - Starts a web server and opens index.html to see compiled styles
  • npm run serve:watch - Same as server, but with a watcher. Ideal for development

A local server will be started here: http://localhost:7000/

Linting

  • npm run lint - Runs sass-lint with configuration found in .sass-lint.yml.

Inspiration

LICENSE ∙ CONTRIBUTING ∙ CHANGE LOG

About

🌱 A starter for setting up SCSS

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published