Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

stylelint-config-concentric-order

Package Overview
Dependencies
Maintainers
1
Versions
26
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

stylelint-config-concentric-order - npm Package Compare versions

Comparing version 2.2.0 to 2.2.1

2

package.json
{
"name": "stylelint-config-concentric-order",
"version": "2.2.0",
"version": "2.2.1",
"description": "This Stylelint configuration validates the ordering of CSS properties according to Concentric CSS",

@@ -5,0 +5,0 @@ "author": "Alvin Chan <no@email.com>",

@@ -183,5 +183,9 @@ // Groups of CSS properties in Concentric order

{ type: "at-rule", name: "include" },
{ type: "at-rule", name: "mixin" },
{ type: "at-rule", name: "add-mixin" },
"declarations",
"rules",
{ type: "at-rule", name: "include", parameter: "breakpoint", hasBlock: true },
{ type: "at-rule", name: "mixin", parameter: "breakpoint", hasBlock: true },
{ type: "at-rule", name: "add-mixin", parameter: "breakpoint", hasBlock: true },
{ type: "at-rule", name: "media", hasBlock: true }

@@ -188,0 +192,0 @@ ],

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