1.1.0 • Published 5 years ago

@mobly/styles v1.1.0

Weekly downloads
-
License
ISC
Repository
github
Last release
5 years ago

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/styles

Setup

System Dependencies

Init


Codebase

NPM Scripts

CommandDescription
startStart the project (runs storybook and watch tasks in parallel).
buildBuild project in dist/ folder.
build-storybookBuild static storybook assets.
releaseRelease new version.
storybookRun storybook for development on port 6006.
watchWatch src files.
lintLints all the styles with stylelint.

All commands are executable by running npm run [COMMAND-NAME].