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

postcss-extend

Package Overview
Dependencies
Maintainers
2
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

postcss-extend - npm Package Compare versions

Comparing version 0.4.1 to 0.4.2

3

index.js

@@ -8,3 +8,3 @@ 'use strict';

return function(css, result) {
var definingAtRules = ['define-placeholder', 'define-extend'];
var definingAtRules = ['define-placeholder', 'define-extend', 'extend-define'];
var extendingAtRules = ['extend'];

@@ -39,2 +39,3 @@ var recurseStack = [];

});
function processDefinition(atRule) {

@@ -41,0 +42,0 @@ if (isBadDefinitionLocation(atRule)) {

@@ -8,3 +8,3 @@ {

"license": "MIT",
"version": "0.4.1",
"version": "0.4.2",
"description": "Simple extends for PostCSS",

@@ -11,0 +11,0 @@ "homepage": "https://github.com/travco/postcss-extend",

@@ -113,3 +113,3 @@ # postcss-extend [![Build Status](https://travis-ci.org/travco/postcss-extend.svg?branch=master)](https://travis-ci.org/travco/postcss-extend)

There is only one overarching `@extend` guideline to obey: `@extend` must *not* occur at the root level, it only can be used inside rule sets.
There is only one overarching `@extend` guideline to obey: `@extend` must **not** occur at the root level, it only can be used inside rule sets.

@@ -116,0 +116,0 @@ #### Extending Sub Classes and Sub Elements

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