@daldalso/tailwind-base
Advanced tools
Comparing version 0.9.1-4 to 0.9.1-5
const pattern = /{(?=[^{]*?:[\S\s]+?["'][\S\s]+?})\s*([^}]+?)\s*}/g; | ||
const g1Pattern = /(?:^|\s*,\s*)(?:(["'])(.+?)\1|(\w+))\s*:\s*([^}]+?)(?=\s*,|$)/g; | ||
const g1Pattern = /(?:^|\s*,\s*)(?:(["'])(.+?)\1|(\w+))\s*:\s*((["'])[^}]+?\5)(?=\s*,|$)/g; | ||
const valuePattern = /(["'])(.+?)\1/g; | ||
@@ -4,0 +4,0 @@ const functionCallPattern = /^[\w.]+\(/g; |
{ | ||
"type": "module", | ||
"name": "@daldalso/tailwind-base", | ||
"version": "0.9.1-4", | ||
"version": "0.9.1-5", | ||
"description": "Let you exploit Tailwind in React more powerful", | ||
@@ -6,0 +6,0 @@ "repository": { |
22416
26
439