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

tailwindcss-pseudo-elements

Package Overview
Dependencies
Maintainers
1
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

tailwindcss-pseudo-elements - npm Package Compare versions

Comparing version 1.0.0 to 1.1.0

renovate.json

5

index.js
const pseudoElements = require('./pseudo-elements')
module.exports = function({addVariant}) {
module.exports = function({addVariant, e}) {
const escape = e || x => x
pseudoElements.forEach(pseudo => {
addVariant(pseudo, ({modifySelectors, separator}) => {
modifySelectors(({className}) => {
return `.${pseudo}${separator}${className}::${pseudo}`
return `.${escape(`${pseudo}${separator}${className}`)}::${pseudo}}`
})

@@ -9,0 +10,0 @@ })

2

package.json
{
"name": "tailwindcss-pseudo-elements",
"version": "1.0.0",
"version": "1.1.0",
"description": "TailwindCSS Plugin that adds variants of pseudo elements.",

@@ -5,0 +5,0 @@ "main": "index.js",

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