postcss-selector-parser icon indicating copy to clipboard operation
postcss-selector-parser copied to clipboard

A CSS selector parser, integrates with postcss but does not require it.

Results 34 postcss-selector-parser issues
Sort by recently updated
recently updated
newest added

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...

dependencies

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...

dependencies

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...

dependencies

Bumps [path-parse](https://github.com/jbgutierrez/path-parse) from 1.0.6 to 1.0.7. Commits See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=path-parse&package-manager=npm_and_yarn&previous-version=1.0.6&new-version=1.0.7)](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`. [//]: #...

dependencies

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.

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

bug

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:...