Socket
Socket
Sign inDemoInstall

postcss-custom-selectors

Package Overview
Dependencies
10
Maintainers
5
Versions
30
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 7.1.1 to 7.1.2

4

CHANGELOG.md
# Changes to PostCSS Custom Selectors
### 7.1.2 (February 8, 2023)
- Reduce the amount of duplicate fallback CSS.
### 7.1.1 (January 28, 2023)

@@ -4,0 +8,0 @@

5

dist/transform-rule.d.ts
import { Result, Rule } from 'postcss';
import type { Root } from 'postcss-selector-parser';
declare const _default: (rule: Rule, result: Result, customSelectors: Map<string, Root>, opts: {
preserve?: boolean;
}) => void;
export default _default;
export declare function transformRule(rule: Rule, result: Result, customSelectors: Map<string, Root>): null | string;
{
"name": "postcss-custom-selectors",
"description": "Use Custom Selectors in CSS",
"version": "7.1.1",
"version": "7.1.2",
"contributors": [

@@ -6,0 +6,0 @@ {

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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