mdc-sass-theme

1.2.8 • Public • Published

mdc-sass-theme

Learn theming MDC. source @material (warning: experimental!!)

Getting Started

Installing

npm install mdc-sass-theme

Creating new theme

npm run create themename sasspath

Compile sass to css from node CLI

npm run compile themename sasspath csspath

Compile 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

Built With

not goal T_T

Readme

Keywords

Package Sidebar

Install

npm i mdc-sass-theme

Weekly Downloads

4

Version

1.2.8

License

UNLICENSED

Unpacked Size

9.34 kB

Total Files

8

Last publish

Collaborators

  • novanandriyono