astro-color-mode
Advanced tools
Comparing version 0.5.2 to 0.5.3
{ | ||
"name": "astro-color-mode", | ||
"version": "0.5.2", | ||
"version": "0.5.3", | ||
"description": "Provides system or user-defined color scheme preference, with a toggle mechanism. Settings are persisted, component is progressively enhanced and flash of unstyled content avoided. Also, it will provide an easier way to target theme with CSS / SCSS / JS.", | ||
@@ -5,0 +5,0 @@ "main": "index.ts", |
@@ -87,3 +87,3 @@ # 🚀 Astro — Color mode, with user override | ||
additionalData: ` | ||
@use "@julian_cataldo/astro-color-mode/use-color-mode.scss" as *; | ||
@use "astro-color-mode/use-color-mode.scss" as *; | ||
`, | ||
@@ -90,0 +90,0 @@ }, |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
9919