tailwindcss-pseudo-elements
Advanced tools
Comparing version 1.1.0 to 1.1.1
const pseudoElements = require('./pseudo-elements') | ||
module.exports = function({addVariant, e}) { | ||
const escape = e || x => x | ||
const escape = e || (x => x) | ||
pseudoElements.forEach(pseudo => { | ||
@@ -6,0 +6,0 @@ addVariant(pseudo, ({modifySelectors, separator}) => { |
{ | ||
"name": "tailwindcss-pseudo-elements", | ||
"version": "1.1.0", | ||
"version": "1.1.1", | ||
"description": "TailwindCSS Plugin that adds variants of pseudo elements.", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Deprecated
MaintenanceThe maintainer of the package marked it as deprecated. This could indicate that a single version should not be used, or that the package is no longer maintained and any new vulnerabilities will not be fixed.
Found 1 instance in 1 package
3290
0