Skip to content

Looks like :not() isn't supported #5

@devboldium

Description

@devboldium

Hey there, I'm finding a problem with treeshaking working with Tailwinds spacing classes. It looks like Tailwind outputs this

.space-y-0 > *:not(template) ~ *:not(template) {/* some css */}

I'm getting this php error from it

Fatal error: Uncaught Symfony\Component\CssSelector\Exception\SyntaxErrorException: Expected selector, but <eof at 12> found. in /var/www/html/wp-content/themes/adk-fusion-360-wordpress-theme-2020/vendor/symfony/css-selector/Exception/SyntaxErrorException.php:33

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions