mdc-sass-theme
v1.2.8
Published
Learn theme MDC. Form mdc-sass source @material (warning: experimental!!)
Readme
mdc-sass-theme
Learn theming MDC. source @material (warning: experimental!!)
Getting Started
Installing
npm install mdc-sass-themeCreating new theme
npm run create themename sasspathCompile sass to css from node CLI
npm run compile themename sasspath csspathCompile sass to css with require
var mdcsasstheme = require('mdc-sass-theme');
var options = {
'name': 'mdc',
'sassPath': yoursassfolder,
'cssPath': yourcssfolder
};
console.log(mdcsasstheme(options).compile());Copy Components @material from CLI
npm run components themename componensName sasspath