This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// A postcss plugin that allows partial-global Vue SFC scoped CSS selectors. | |
// | |
// It introduces the :scoped() pseudo-selector. Use this inside Vue's | |
// :global() to once again make something scoped. This is useful | |
// e.g. if you have an attribute/class on the html element to select | |
// theme or locale. | |
// | |
// ## Status | |
// | |
// This works with (at least) Nuxt 3 on Vue 3.3.4. It has not received much |
OlderNewer