jss-preset-default
Advanced tools
Comparing version 0.8.0 to 0.9.0
@@ -0,1 +1,5 @@ | ||
## 0.9.0 / 2016-11-21 | ||
- minor lisence tweak | ||
## 0.8.0 / 2016-11-15 | ||
@@ -2,0 +6,0 @@ |
{ | ||
"name": "jss-preset-default", | ||
"description": "Default preset for JSS with selected plugins.", | ||
"version": "0.8.0", | ||
"version": "0.9.0", | ||
"author": { | ||
@@ -6,0 +6,0 @@ "name": "Oleg Slobodskoi", |
@@ -5,10 +5,5 @@ ![JSS logo](https://avatars1.githubusercontent.com/u/9503099?v=3&s=60) | ||
Presets allows to setup JSS quickly with default settings and plugins. | ||
Preset allows to setup [JSS](https://github.com/cssinjs/jss) quickly with default settings and a [number of plugins](https://github.com/cssinjs/jss-preset-default/blob/master/package.json#L50) so that you don't need to learn how to [setup plugins](https://github.com/cssinjs/jss/blob/master/docs/setup.md#setup-with-plugins). | ||
Make sure you read [how to use | ||
plugins](https://github.com/cssinjs/jss/blob/master/docs/setup.md#setup-with-plugins) | ||
in general. | ||
[JSS](https://github.com/cssinjs/jss) | ||
[![Gitter](https://badges.gitter.im/Join Chat.svg)](https://gitter.im/cssinjs/jss) | ||
@@ -25,5 +20,3 @@ | ||
```javascript | ||
preset({somePlugin: options}) | ||
``` | ||
@@ -49,12 +42,2 @@ | ||
## Included plugins | ||
* [jss-extend](https://github.com/cssinjs/jss-extend) — enables inheritance | ||
* [jss-nested](https://github.com/cssinjs/jss-nested) — enables support for nested rules | ||
* [jss-camel-case](https://github.com/cssinjs/jss-camel-case) — allows to write camel cased rule properties | ||
* [jss-default-unit](https://github.com/cssinjs/jss-default-unit) — adds units to numeric values | ||
* [jss-vendor-prefixer](https://github.com/cssinjs/jss-vendor-prefixer) — handles vendor prefixes on the browser | ||
* [jss-props-sort](https://github.com/cssinjs/jss-props-sort) — ensures style properties extend each other instead of override | ||
* [jss-compose](https://github.com/cssinjs/jss-compose) — classes composition | ||
## Issues | ||
@@ -61,0 +44,0 @@ |
Sorry, the diff of this file is not supported yet
59189
47