Comparing version 4.2.0 to 4.3.0
{ | ||
"name": "rfs", | ||
"version": "4.2.0", | ||
"version": "4.3.0", | ||
"description": "A scss-mixin for responsive font-sizes.", | ||
@@ -5,0 +5,0 @@ "main": "scss/rfs.scss", |
@@ -102,4 +102,13 @@ # RFS [![npm][npm-image]][npm-url] | ||
**$rfs-mobile-first** (Boolean) | ||
Use mobile first rendering, enabling this can cause legacy browsers which doesn't support vw-units to incorrectly render the font-size. | ||
*Default value: `false`* | ||
**$rfs-two-dimensional** (Boolean) | ||
Enabling the two dimensional media queries will determine the font size based on the smallest side of the screen with `vmin`. This prevents the font-size from changing if the device toggles between portrait and landscape mode. | ||
*Default value: `false`* | ||
## Demos | ||
- [Simple Codepen Demo](http://codepen.io/MartijnCuppens/pen/ZBjdMy) | ||
- [RFS in bootstrap demo](http://martijncuppens.github.io/rfs) |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
58984
114