Create distributable HTML newsletters with Pug and SCSS. All generated CSS are inlined during the build process.
npm i
npm run dev
Converts the Pug files to a index.html
file placed in dist
folder with all CSS inlined.
npm run build
Create distributable HTML newsletters with Pug and SCSS. All generated CSS are inlined during the build process.
npm i
npm run dev
Converts the Pug files to a index.html
file placed in dist
folder with all CSS inlined.
npm run build