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

stylelint-config-recess-order

Package Overview
Dependencies
Maintainers
1
Versions
38
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

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

Comparing version 0.1.3 to 0.2.0

67

index.js

@@ -6,2 +6,3 @@ module.exports = {

"properties": [
// Position.
"position",

@@ -13,6 +14,5 @@ "top",

"z-index",
],
},
{
"properties": [
// Display & Box model.
"-webkit-box-sizing",

@@ -22,14 +22,37 @@ "-moz-box-sizing",

"display",
// Flexible boxes.
"flex",
"flex-align",
"flex-basis",
"flex-direction",
"flex-wrap",
"flex-flow",
"flex-grow",
"flex-order",
"flex-pack",
"flex-shrink",
"flex-wrap",
"align-content",
"align-items",
"align-self",
"justify-content",
"order",
// Grid layout.
"grid",
"grid-auto-flow",
"grid-auto-rows",
"grid-auto-columns",
"grid-area",
"grid-row",
"grid-row-start",
"grid-row-end",
"grid-column",
"grid-column-start",
"grid-column-end",
"grid-gap",
"grid-row-gap",
"grid-column-gap",
"grid-template",
"grid-template-areas",
"grid-template-rows",
"grid-template-columns",
"float",

@@ -61,6 +84,5 @@ "width",

"clear",
],
},
{
"properties": [
// Typography.
"font",

@@ -122,6 +144,5 @@ "font-family",

"list-style-image",
],
},
{
"properties": [
// Accessibility & Interactions.
"pointer-events",

@@ -153,6 +174,5 @@ "-ms-touch-action",

"nav-left",
],
},
{
"properties": [
// Background & Borders.
"background",

@@ -239,6 +259,5 @@ "background-color",

"-ms-interpolation-mode",
],
},
{
"properties": [
// Transitions & Animation.
"-webkit-transition",

@@ -245,0 +264,0 @@ "-moz-transition",

{
"name": "stylelint-config-recess-order",
"version": "0.1.3",
"version": "0.2.0",
"homepage": "",

@@ -10,3 +10,4 @@ "description": "Recess-based property sort order for Stylelint.",

"stylelint-config",
"property order"
"declaration-block-properties-order",
"recess"
],

@@ -13,0 +14,0 @@ "repository": {

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