postcss-nested-ancestors
postcss-nested-ancestors copied to clipboard
๐ฉโ๐งโ๐ฆ PostCSS plugin to reference any parent/ancestor selector in nested CSS.
This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more. ## Open These updates have all been created already. Click a checkbox below to...
[](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [node](https://togithub.com/nodejs/node) | | minor | `16.15` -> `16.17` | | [node](https://togithub.com/nodejs/node)...
[](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [escape-string-regexp](https://togithub.com/sindresorhus/escape-string-regexp) | [`^4.0.0` -> `^5.0.0`](https://renovatebot.com/diffs/npm/escape-string-regexp/4.0.0/5.0.0) | [](https://docs.renovatebot.com/merge-confidence/)...
[](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | Pending | |---|---|---|---|---| | [node](https://nodejs.org) ([source](https://togithub.com/nodejs/node)) | | major | `16.20` -> `20.12`...
[](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [ava](https://avajs.dev) ([source](https://togithub.com/avajs/ava)) | [`^4.3.3` -> `^6.1.2`](https://renovatebot.com/diffs/npm/ava/4.3.3/6.1.2) |...
[](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [prettier](https://prettier.io) ([source](https://togithub.com/prettier/prettier)) | [`^2.8.8` -> `^3.2.5`](https://renovatebot.com/diffs/npm/prettier/2.8.8/3.2.5) |...
VSCode throws an error related to the post css nested plugin (plugin is loaded before postcssNested plugin): **} expectedpostcss(css-rcurlyexpected)** ``` .MyComponent { &-part{} &:hover { > ^&-part {} /* Skip...
Stylelint throws this error: Unexpected unknown type selector "^" (selector-type-no-unknown) when using ^& in a selector. Without success tried to remove the error using selector-type-no-unknown as a rule in .stylelintrc.json