New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

rfs

Package Overview
Dependencies
Maintainers
2
Versions
47
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

rfs - npm Package Compare versions

Comparing version 8.0.3 to 8.0.4

4

package.json
{
"name": "rfs",
"version": "8.0.3",
"version": "8.0.4",
"main": "postcss.js",

@@ -61,3 +61,3 @@ "description": "Powerful & easy-to-use responsive font sizing engine.",

"less": "^3.9.0",
"mocha": "^6.0.2",
"mocha": "^6.1.1",
"node-sass": "^4.11.0",

@@ -64,0 +64,0 @@ "npm-run-all": "^4.1.5",

@@ -146,4 +146,2 @@ <p align="center">

.title
font-size(4rem)
// or
responsive-font-size(64px)

@@ -154,2 +152,3 @@ // or

Note the `font-size` mixin can not be used to set the font size. That is because a `font-size()` mixin would override the `font-size` property. See [129#issuecomment-477926416](https://github.com/twbs/rfs/pull/129#issuecomment-477926416) for more info.

@@ -347,2 +346,15 @@ ### Generated css

## Browser support
RFS is supported by all browsers that support [media queries](https://caniuse.com/#feat=css-mediaqueries) and [viewport units](https://caniuse.com/#feat=viewport-units). In browsers like IE8 or older, the font size will be set but the fluid rescaling will be disabled. A list of the most popular browsers that support RFS:
- Chrome
- Safari
- Opera
- Firefox
- Edge
- Samsung Internet
- UC Browsers
- IE >= 9
## Demos

@@ -371,3 +383,3 @@

[license-url]: https://github.com/twbs/rfs/blob/master/LICENSE
[build-image]: https://img.shields.io/travis/twbs/rfs/master.svg
[build-url]: https://travis-ci.org/twbs/rfs
[build-image]: https://img.shields.io/circleci/project/github/twbs/rfs/master.svg
[build-url]: https://circleci.com/gh/twbs/rfs

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc