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

stylelint-scss

Package Overview
Dependencies
Maintainers
2
Versions
113
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

stylelint-scss - npm Package Compare versions

Comparing version 3.14.1 to 3.14.2

4

CHANGELOG.md

@@ -0,1 +1,5 @@

# 3.14.2
- Fixed: `operator-no-unspaced` ignore operators inside `@at-root`.
# 3.14.1

@@ -2,0 +6,0 @@

4

dist/rules/operator-no-unspaced/index.js

@@ -190,4 +190,4 @@ "use strict";

if (item.type === "atrule") {
// @forward and @use
if (item.name === "forward" || item.name === "use") {
// @forward, @use and @at-root
if (item.name === "forward" || item.name === "use" || item.name === "at-root") {
return;

@@ -194,0 +194,0 @@ } // Media queries

{
"name": "stylelint-scss",
"description": "A collection of SCSS specific rules for stylelint",
"version": "3.14.1",
"version": "3.14.2",
"author": "Krister Kari",

@@ -6,0 +6,0 @@ "babel": {

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