postcss-selector-parser
postcss-selector-parser copied to clipboard
A CSS selector parser, integrates with postcss but does not require it.
Bumps [@babel/traverse](https://github.com/babel/babel/tree/HEAD/packages/babel-traverse) from 7.20.1 to 7.23.2. Release notes Sourced from @babel/traverse's releases. v7.23.2 (2023-10-11) NOTE: This release also re-publishes @babel/core, even if it does not appear in the linked release...
see : https://github.com/postcss/postcss-selector-parser/issues/36 I think this was previously also missing, was added and then removed again? Not entirely sure how to read that change and a lot of time has...
Bumps [nanoid](https://github.com/ai/nanoid) from 3.1.22 to 3.3.4. Changelog Sourced from nanoid's changelog. 3.3.4 Fixed --help in CLI (by @Lete114). 3.3.3 Reduced size (by Anton Khlynovskiy). 3.3.2 Fixed enhanced-resolve support. 3.3.1 Reduced...
Bumps [minimatch](https://github.com/isaacs/minimatch) from 3.0.4 to 3.1.2. Commits 699c459 3.1.2 2f2b5ff fix: trim pattern 25d7c0d 3.1.1 55dda29 fix: treat nocase:true as always having magic 5e1fb8d 3.1.0 f8145c5 Add 'allowWindowsEscape' option 570e8b1...
Bumps [path-parse](https://github.com/jbgutierrez/path-parse) from 1.0.6 to 1.0.7. Commits See full diff in compare view [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) You can trigger a rebase of this PR by commenting `@dependabot rebase`. [//]: #...
Hello, I am using postcss with Parcel and Tailwind in my project and everything has been going smoothly until I tried to use a certain feature of Tailwind: it happens...
Hi, I write a vsc extension want to implement `go to definition`, it require position info. I see that token already has `pos` property, would we also add to `node.source`...
Fixes https://github.com/postcss/postcss-selector-parser/issues/243 I had to rewrite most of the `splitWords` parser method because the previous one didn't use the correct indices when multiple tokens were involved.
broken ast
regarding to https://github.com/stylelint/stylelint/issues/4049 ``` .foo1, // this comments is marked as an error .foo2 { color: #fff; } ``` Parsers `// this comments is marked as an error` as selectors
Unfortunately this example fails at the moment. It turns into `\a` into `a` (removes only the `\`). It seems a different problem though. _Originally posted by @ludofischer in https://github.com/postcss/postcss-selector-parser/pull/245#r629639304_ Example:...