postcss-typescale
Advanced tools
Comparing version 0.1.6 to 0.1.7
{ | ||
"name": "postcss-typescale", | ||
"version": "0.1.6", | ||
"version": "0.1.7", | ||
"description": "A PostCSS plugin to set type based on a typographic scale.", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
@@ -55,4 +55,6 @@ # postcss-typescale | ||
01: [input](https://github.com/francoisromain/postcss-typescale/blob/gh-pages/test/src/01.css), [output](https://github.com/francoisromain/postcss-typescale/blob/gh-pages/test/dist/01.css), [markup](https://github.com/francoisromain/postcss-typescale/blob/gh-pages/test/01.html), [demo](https:/francoisromain.github.io/postcss-typescale/test/01.html) | ||
01: [input](https://github.com/francoisromain/postcss-typescale/blob/gh-pages/test/src/01.css), [output](https://github.com/francoisromain/postcss-typescale/blob/gh-pages/test/dist/01.css), [markup](https://github.com/francoisromain/postcss-typescale/blob/gh-pages/test/01.html), [demo](https://francoisromain.github.io/postcss-typescale/test/01.html) | ||
02: [input](https://github.com/francoisromain/postcss-typescale/blob/gh-pages/test/src/02.css), [output](https://github.com/francoisromain/postcss-typescale/blob/gh-pages/test/dist/02.css), [markup](https://github.com/francoisromain/postcss-typescale/blob/gh-pages/test/02.html), [demo](https://francoisromain.github.io/postcss-typescale/test/02.html) | ||
* * * | ||
@@ -98,6 +100,6 @@ | ||
- _name_ (optional, default = _default_): string identifier referring to a settings atRule. | ||
- _index_: positive or negative integer. font-size = _font-size_ * _scale_ <sup>_index_</sup>. | ||
- _line-height-fraction_ (optional, default = 1): float or fraction. line-height = _line-height_ * _line-height-fraction_. | ||
- _name_ (optional, default = _default_): string identifier referring to an atRule settings. | ||
- _index_: positive or negative integer defining the font-size. font-size = _settings font-size_ * _scale_ <sup>_index_</sup>. | ||
- _line-height-fraction_ (optional, default = 1): float or fraction defining the line-height. line-height = _settings line-height_ * _line-height-fraction_. | ||
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
8665
104