1.1.0 • Published 7 years ago
@mobly/styles v1.1.0
Mobly styles v1.0.0
Style guide for Mobly. This package build contains:
- A single minified css file containing all the styles
- The whole scss contents to only use the styles you need
Install
npm i @mobly/stylesSetup
System Dependencies
Init
nvm useCheck out NVM AutoSwitchnpm installornpm inpm start
Codebase
NPM Scripts
| Command | Description |
|---|---|
| start | Start the project (runs storybook and watch tasks in parallel). |
| build | Build project in dist/ folder. |
| build-storybook | Build static storybook assets. |
| release | Release new version. |
| storybook | Run storybook for development on port 6006. |
| watch | Watch src files. |
| lint | Lints all the styles with stylelint. |
All commands are executable by running npm run [COMMAND-NAME].