@lotte-innovate/ui-component-test 0.0.84 → 0.0.85
Sign up to get free protection for your applications and to get access to all the features.
package/dist/tailwind.config.js
CHANGED
@@ -66,7 +66,7 @@ var config = {
|
|
66
66
|
'./src/stories/**/*.{js,ts,jsx,tsx,mdx,zip}',
|
67
67
|
'./src/**/*.{js,ts,jsx,tsx,mdx,zip}',
|
68
68
|
],
|
69
|
-
safelist: __spreadArray(__spreadArray(
|
69
|
+
safelist: __spreadArray(__spreadArray([], classes, true), darkClasses, true),
|
70
70
|
theme: {
|
71
71
|
extend: {
|
72
72
|
fontFamily: {
|