Gulp sass in html
Sass compilation in html and pug
Install
You can get gulp-sass-in-html
from NPM:
To save to a project as a dev dependency
npm install gulp-sass-in-html --save-dev
Example
gulpfile.js
var sassInHtml = ; gulp ;
src/test.html
dist/test.html
Use in pug.js
html head . <style type="text/sass"> body background: black color: red .love color: red font-size: 12px </style>
recommended indentation
indent type: spaces indent length: 2 spaces