Can't handle attribute pattern selector
See original GitHub issuepurgecss doesn’t understand attribute pattern selector like this one from bootstrap 4:
.form-row > [class*="col-"]
Issue Analytics
- State:
- Created 4 years ago
- Reactions:14
- Comments:18 (6 by maintainers)
Top Results From Across the Web
JavaScript/CSS selector for attribute name pattern
I.E I want to find all the elements that start with data-common . I can't find anything on Google for attribute name selectors...
Read more >Selectors - W3C
In CSS, pattern matching rules determine which style rules apply to elements in the document tree. These patterns, called selectors, may range from...
Read more >HTML5 Form Validation With the “pattern” Attribute - Web Design
In this tutorial we'll explore HTML's pattern attribute, using it to help us customize the way we validate our forms. Form Validation Video ......
Read more >CSS selectors - Learn web development | MDN
It is a pattern of elements and other terms that tell the browser which HTML elements should be selected to have the CSS...
Read more >Attribute Not Equal Selector [name!=”value”] - jQuery API
Because [name!="value"] is a jQuery extension and not part of the CSS specification, queries using [name!="value"] cannot take ...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
@evromalarkey ah I see, it’s this issue then: https://github.com/FullHuman/purgecss/issues/392. I’ll look into it.
Is there an ETA on the fix for this? I am running into this issue when there is a space:
[class*=" col"]