hmui-theme
v6.0.0
Published
Hamber Material UI - Theme Builder
Maintainers
Readme
Hamber Material UI - Theme Builder
A helper package for compiling HMUI styles.
Installation
npm install --save-dev hmui-themeGetting Started
Try these.
npx hmui-theme template src/theme
npx hmui-theme compile build/hmui.css -i src/theme
npx hmui-theme compile build/hmui-dark.css -i src/theme/darkUsage
Run npx hmui-theme
hmui-theme [command]
Commands:
hmui-theme compile <output> Compile HMUI styles
hmui-theme template <location> Create an HMUI theme template in a given
directory
hmui-theme completion generate completion script
Options:
--version Show version number [boolean]
--help Show help [boolean]Compile Command
hmui-theme compile <output>
Compile HMUI styles
Positionals:
output The output file to write CSS to. [string] [required]
Options:
--version Show version number [boolean]
--help Show help [boolean]
-i, --includes Sass include paths. [array] [default: []]
-s, --output-style CSS output style.
[string] [choices: "compressed", "expanded"] [default: "compressed"]Template Command
hmui-theme template <location>
Create an HMUI theme template in a given directory
Positionals:
location The output directory. If it doesn't exist, it will be created.
[string] [required]
Options:
--version Show version number [boolean]
--help Show help [boolean]
-d, --include-dark Include a dark theme. [boolean] [default: true]