Huge News!Announcing our $40M Series B led by Abstract Ventures.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.0 to 8.0.1

2

package.json
{
"name": "rfs",
"version": "8.0.0",
"version": "8.0.1",
"main": "postcss.js",

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

@@ -82,3 +82,3 @@ <p align="center">

.title {
@include responsive-font-size(4rem); // OR @include responsive-font-size(64px); OR @include rfs(64);
@include font-size(4rem); // OR @include responsive-font-size(64px); OR @include rfs(64);
}

@@ -105,3 +105,3 @@ ```

.title {
font-size: 4rem; // OR responsive-font-size: 64px; OR rfs: 64;
responsive-font-size: 4rem; // OR rfs: 64;
}

@@ -108,0 +108,0 @@

Sorry, the diff of this file is not supported yet

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