cleanup unused import

This commit is contained in:
Robin Malfait 2023-03-29 23:05:19 +02:00
parent 3193dae61d
commit 447384bcbe
No known key found for this signature in database
GPG Key ID: 92F53D68B9041AFE

View File

@ -1,4 +1,3 @@
import { splitAtTopLevelOnly } from './splitAtTopLevelOnly'
import parser from 'postcss-selector-parser'
import { collectPseudoElements, sortSelector } from './formatVariantSelector.js'