1.2.8 • Published 6 years ago

mdc-sass-theme v1.2.8

Weekly downloads
2
License
UNLICENSED
Repository
github
Last release
6 years ago

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

1.2.8

6 years ago

1.2.7

7 years ago

1.2.6

7 years ago

1.2.5

7 years ago

1.2.4

7 years ago

1.2.3

7 years ago

1.2.2

7 years ago

1.2.1

7 years ago

1.2.0

7 years ago

1.1.0

7 years ago

1.0.10

7 years ago

1.0.9

7 years ago

1.0.8

7 years ago

1.0.7

7 years ago

1.0.6

7 years ago

1.0.5

7 years ago

1.0.4

7 years ago

1.0.3

7 years ago

1.0.2

7 years ago

1.0.1

7 years ago

1.0.0

7 years ago