Socket
Socket
Sign inDemoInstall

@unocss/transformer-directives

Package Overview
Dependencies
Maintainers
1
Versions
250
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@unocss/transformer-directives - npm Package Compare versions

Comparing version 0.58.0 to 0.58.1

4

dist/index.d.ts

@@ -13,3 +13,3 @@ import { SourceCodeTransformer, UnoGenerator } from '@unocss/core';

/**
* Treat CSS variables as @apply directives for CSS syntax compatible.
* Treat CSS custom properties as @apply directives for CSS syntax compatibility.
*

@@ -22,3 +22,3 @@ * Pass `false` to disable.

/**
* Treat CSS variables as directives for CSS syntax compatible.
* Treat CSS custom properties as directives for CSS syntax compatibility.
*

@@ -25,0 +25,0 @@ * Pass `false` to disable, or a string to use as a prefix.

{
"name": "@unocss/transformer-directives",
"version": "0.58.0",
"version": "0.58.1",
"description": "UnoCSS transformer for `@apply` directive",

@@ -36,4 +36,4 @@ "author": "hannoeru <me@hanlee.co>",

"css-tree": "^2.3.1",
"@unocss/core": "0.58.0",
"@unocss/rule-utils": "0.58.0"
"@unocss/core": "0.58.1",
"@unocss/rule-utils": "0.58.1"
},

@@ -40,0 +40,0 @@ "devDependencies": {

@@ -49,3 +49,3 @@ # @unocss/transformer-directives

To be compatible with vanilla CSS, you can use CSS Variables to replace the `@apply` directive.
To be compatible with vanilla CSS, you can use CSS custom properties to replace the `@apply` directive.

@@ -52,0 +52,0 @@ ```css

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
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc