vueless 1.2.8-beta.16 → 1.2.8-beta.17

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/package.json +1 -1
  2. package/utils/theme.ts +1 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "vueless",
3
- "version": "1.2.8-beta.16",
3
+ "version": "1.2.8-beta.17",
4
4
  "description": "Vue Styleless UI Component Library, powered by Tailwind CSS.",
5
5
  "author": "Johnny Grid <hello@vueless.com> (https://vueless.com)",
6
6
  "homepage": "https://vueless.com",
package/utils/theme.ts CHANGED
@@ -763,7 +763,7 @@ function setCSSVariables(
763
763
  .join(" ");
764
764
 
765
765
  const rootVariables = `
766
- :root {${variablesString}}
766
+ :host, :root {${variablesString}}
767
767
  .${DARK_MODE_CLASS} {${darkVariablesString}}
768
768
  `;
769
769