🔧 theme.json generator - move Tailwind to end
This commit is contained in:
@@ -47,9 +47,6 @@ export default async (app) => {
|
|||||||
* @note This overwrites `theme.json` on every build.
|
* @note This overwrites `theme.json` on every build.
|
||||||
*/
|
*/
|
||||||
.wpjson
|
.wpjson
|
||||||
.useTailwindColors()
|
|
||||||
.useTailwindFontFamily()
|
|
||||||
.useTailwindFontSize()
|
|
||||||
.settings({
|
.settings({
|
||||||
color: {
|
color: {
|
||||||
custom: false,
|
custom: false,
|
||||||
@@ -72,5 +69,8 @@ export default async (app) => {
|
|||||||
customFontSize: false,
|
customFontSize: false,
|
||||||
},
|
},
|
||||||
})
|
})
|
||||||
|
.useTailwindColors()
|
||||||
|
.useTailwindFontFamily()
|
||||||
|
.useTailwindFontSize()
|
||||||
.enable()
|
.enable()
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user