@alignui/cli 0.0.6 → 0.0.7
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.
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -16,7 +16,7 @@ const config = {
|
|
|
16
16
|
plugins: ["@tailwindcss/postcss"],
|
|
17
17
|
} satisfies Config;
|
|
18
18
|
|
|
19
|
-
export default config;`,aa
|
|
19
|
+
export default config;`,aa=`<% if (config.tailwind.prefix) { %>@import "tailwindcss" prefix(<%= config.tailwind.prefix %>);<% } else { %>@import "tailwindcss";<% } %>
|
|
20
20
|
|
|
21
21
|
@theme {
|
|
22
22
|
/* AlignUI Raw Colors */
|