tailwindcss-dark-mode-plugin
Advanced tools
+1
-1
| { | ||
| "name": "tailwindcss-dark-mode-plugin", | ||
| "version": "0.0.4", | ||
| "version": "0.0.5-beta.0", | ||
| "description": "Dark mode plugin for tailwind css", | ||
@@ -5,0 +5,0 @@ "publishConfig": { |
+15
-0
@@ -36,1 +36,16 @@ # tailwindcss-dark-mode-plugin | ||
| 2. It depend on tailwindcss, all tailwindcss built-in colors have been rewritten. | ||
| 3. Dark mode is out of the box as long as you use tailwindcss built-in colors. | ||
| You don't need to write class like `dark:bg-black`. | ||
| # Recommendation | ||
| 1. You can configure css styles to whole document like, let it more out of the | ||
| box | ||
| ```css | ||
| @layer base { | ||
| body { | ||
| @apply text-neutral-700; | ||
| } | ||
| } | ||
| ``` |
Filesystem access
Supply chain riskAccesses the file system, and could potentially read sensitive data.
Found 1 instance in 1 package
Filesystem access
Supply chain riskAccesses the file system, and could potentially read sensitive data.
Found 1 instance in 1 package
43481
0.73%51
41.67%