Framework updates
🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
2
node_modules/postcss/lib/parser.js
generated
vendored
2
node_modules/postcss/lib/parser.js
generated
vendored
@@ -176,7 +176,7 @@ class Parser {
|
||||
node.source.end.offset++
|
||||
|
||||
let text = token[1].slice(2, -2)
|
||||
if (/^\s*$/.test(text)) {
|
||||
if (!text.trim()) {
|
||||
node.text = ''
|
||||
node.raws.left = text
|
||||
node.raws.right = ''
|
||||
|
||||
Reference in New Issue
Block a user