-
I’m seeing both `csstree-validator@3.0.0` and `stylelint-csstree-validator@3.0.0` flag `text-wrap` as an unknown property, even though it appears in the [CSS Tree docs](https://csstree.github.io/docs/…
-
This code:
```CSS
@media (hover:hover) and (pointer:fine) and (-ms-high-contrast:none),(hover:hover) and (pointer:fine) and screen and (-ms-high-contrast:active){
.breadcrumbs .breadcrumbs__lin…
-
### What is the problem you're trying to solve?
There are two connected and upcoming problems:
- duplicated syntax configuration
- performance cost of forking CSSTree more than once
The [`declarat…
-
This CSS code cause error `[csstree-match] BREAK after 15000 iterations`
```css
.selector {
box-shadow:0 0 0 0 rgba(88,7,126,.122),0 22px 49px 0 rgba(88,7,126,.122),0 88px 88px 0 rgba(88,7,126,…
-
I've finished the npm package containing the syntax definition patches as scraped from all CSS specifications.
https://github.com/csstools/postcss-plugins/tree/main/packages/css-syntax-patches-for-c…
-
### What is the problem you're trying to solve?
`csstree` is sometimes a bit behind the most recent CSS features resulting in false positives.
For `properties` and `types` we can already pass update…
-
When parsing code like this:
```css
@layer foo { a { color: red } }
```
CSSTree incorrectly reports the location of the prelude as going from column 11 to column 12, which is the space after `…
-
Hi @lahmatiy,
I am one of the maintainers of Stylelint.
In Stylelint we use `csstree` to validate the values for each property.
The rule in question isn't part of a standard config but we are h…
-
currently, when using cascade layers, the csstree-validator extension shows this error:
```
[CSSTree] Unknown at-rule `@layer`
```
`@layer` has been supported in all modern browsers for about a …
-
Do you want to integrate CSSTree into PostCSS?
You will get more user base because of Autoprefixer, CSS Modules, Stylelint. Also many tools will use same parser and AST — unification is best for all.…