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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Bug] .css file will not Minify if use selector :is() #176

Open
atom-tr opened this issue Nov 6, 2023 · 1 comment
Open

[Bug] .css file will not Minify if use selector :is() #176

atom-tr opened this issue Nov 6, 2023 · 1 comment
Assignees
Labels
Type: Bug Something isn't working as expected.

Comments

@atom-tr
Copy link

atom-tr commented Nov 6, 2023

馃悶 Bug Report

Describe the bug

  • When i use :is(.class1, .class2) in css file, none of any option of extension work
    :is(#idA, .classB) .col { display: none }
  • I remove selector :is(), extension work perfectly
     #idA .col, .classB .col  { display: none }

Is this a regression?


To Reproduce

  1. Use :is()
  2. Click Minify
  3. Nothing happen

Expected behaviour


Media prove


Your environment

  • OS: Ubuntu 20.04.6 LTS
  • Node version: v16.13.2
  • Npm version: 8.10.0
  • Browser name and version: VScode 1.84.0

Additional context

@atom-tr atom-tr added the Type: Bug Something isn't working as expected. label Nov 6, 2023
Copy link

welcome bot commented Nov 6, 2023

Thanks for opening your first issue in Josee9988/project-template! Be sure to follow the issue template and provide every bit of information to help the developers!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Type: Bug Something isn't working as expected.
Projects
None yet
Development

No branches or pull requests

2 participants