mirror of
https://github.com/tailwindlabs/tailwindcss.git
synced 2025-12-08 21:36:08 +00:00
Fix formatting empty root
This commit is contained in:
parent
fb714acfa6
commit
5056363090
@ -11,5 +11,7 @@ function indentRecursive(node, indent = 0) {
|
||||
|
||||
export default function formatNodes(root) {
|
||||
indentRecursive(root)
|
||||
root.first.raws.before = ''
|
||||
if (root.first) {
|
||||
root.first.raws.before = ''
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user