Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CSS (:not) is causing errors on build #598

Open
Nic-84 opened this issue May 1, 2023 · 0 comments
Open

CSS (:not) is causing errors on build #598

Nic-84 opened this issue May 1, 2023 · 0 comments
Labels

Comments

@Nic-84
Copy link

Nic-84 commented May 1, 2023

Description of bug/issue:

I am using :has and :not identifiers in my CSS code, like this:

.header .nav-wrapper .nav ul li:has(a:not(.anchor-nav)) {display: block;}

This code is working great (in web browsers that support it) so as far as I know it's formed properly. However, when running it through the BuildBundlerMinifier, it's erroring out when it gets to this line, specifically when it gets to the colon before the ":not". Here are the errors I get:

image

@Nic-84 Nic-84 added the bug label May 1, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant