1.2.8 • Published 5 years ago

mdc-sass-theme v1.2.8

Weekly downloads
2
License
UNLICENSED
Repository
github
Last release
5 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

5 years ago

1.2.7

6 years ago

1.2.6

6 years ago

1.2.5

6 years ago

1.2.4

6 years ago

1.2.3

6 years ago

1.2.2

6 years ago

1.2.1

6 years ago

1.2.0

6 years ago

1.1.0

6 years ago

1.0.10

6 years ago

1.0.9

6 years ago

1.0.8

6 years ago

1.0.7

6 years ago

1.0.6

6 years ago

1.0.5

6 years ago

1.0.4

6 years ago

1.0.3

6 years ago

1.0.2

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago