2.0.0-beta.1 • Published 8 years ago

plato-styles v2.0.0-beta.1

Weekly downloads
6
License
MIT
Repository
github
Last release
8 years ago

Styles for plato-components

dependencies devDependency Status NPM version

Example

https://github.com/crossjs/plato

Usage

iconfont

https://github.com/crossjs/plato/tree/mobile/src/themes/default/fonts

variables

https://github.com/crossjs/plato/blob/mobile/src/themes/default/variables/index.json

{
  "primary": "#39b983",
  "secondary": "#34495E",
  "success": "#3ABA58",
  "error": "#BA3A3A",
  "warning": "#BA783A",
  "background": "#FBF9FE"
}

postcss

https://github.com/crossjs/plato/blob/mobile/.tools/webpack/index.js

require('postcss-custom-properties')({
  variables: require('path/to/variables')
}),