Thanks to visit codestin.com
Credit goes to github.com

Skip to content

dpitchford1/mvcss

 
 

Repository files navigation

MVCSS

Contributing

We use Semantic Versioning for all versioning. When you make a Major, Minor, or Patch update, you'll need to the do the following:

  • Run the build to update the build files (grunt build) and verify nothing breaks
  • Update the CHANGELOG.md file
  • Update the version number in application.sass
  • Add the new tag locally
  • Push the tag (along with your commit(s))
  • Update the version number in the documentation

Compiling

If you want to compile MVCSS into an application.css (and application.min.css) file, you'll need to first install Gulp.js:

npm install -g gulp -cli

Next, install dependencies:

npm install

And then run:

gulp build

You should now have a css directory in build/ with the compiled CSS files.

License

MVCSS is licensed under the MIT License.

About

Sass-based CSS Architecture by Nick Walsh & Drew Barontini

Resources

License

Stars

0 stars

Watchers

1 watching

Forks

Packages

 
 
 

Contributors

Languages

  • CSS 43.8%
  • Sass 28.4%
  • SCSS 14.0%
  • JavaScript 6.9%
  • HTML 6.9%