@tailwindcss/typography
Advanced tools
Comparing version 0.5.15 to 0.5.16
{ | ||
"name": "@tailwindcss/typography", | ||
"version": "0.5.15", | ||
"version": "0.5.16", | ||
"description": "A Tailwind CSS plugin for automatically styling plain HTML content with beautiful typographic defaults.", | ||
@@ -33,3 +33,3 @@ "main": "src/index.js", | ||
"peerDependencies": { | ||
"tailwindcss": ">=3.0.0 || insiders || >=4.0.0-alpha.20" | ||
"tailwindcss": ">=3.0.0 || insiders || >=4.0.0-alpha.20 || >=4.0.0-beta.1" | ||
}, | ||
@@ -36,0 +36,0 @@ "devDependencies": { |
@@ -45,3 +45,3 @@ const isPlainObject = require('lodash.isplainobject') | ||
let values = new Set([...pseudos.map((p) => p.value)]) | ||
let values = new Set(pseudos.map((p) => p.value)) | ||
@@ -48,0 +48,0 @@ // The pseudo elements are not the same |
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
110159