Socket
Socket
Sign inDemoInstall

postcss-critical-css

Package Overview
Dependencies
93
Maintainers
1
Versions
22
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 2.0.0 to 2.0.1

2

package.json
{
"name": "postcss-critical-css",
"version": "2.0.0",
"version": "2.0.1",
"description": "Generate critical CSS using PostCSS",

@@ -5,0 +5,0 @@ "main": "index.js",

@@ -39,3 +39,3 @@ # PostCSS Critical CSS

/* In foo.css */
@critical bar;
@critical bar.css;

@@ -77,3 +77,3 @@ .foo {

```css
/* In bar.css */
/* In critical.css */
.bar {

@@ -80,0 +80,0 @@ border: 10px solid gold;

SocketSocket SOC 2 Logo

Product

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc