mirror of
https://github.com/LukeHagar/skeleton.git
synced 2025-12-10 04:21:26 +00:00
fixed text-on-token
This commit is contained in:
@@ -9,6 +9,7 @@ async function transpileCssToJs() {
|
|||||||
const cssEntryPath = './src/lib/styles/all.css';
|
const cssEntryPath = './src/lib/styles/all.css';
|
||||||
// Custom tailwind config so that we only use the necessities
|
// Custom tailwind config so that we only use the necessities
|
||||||
const twConfig = {
|
const twConfig = {
|
||||||
|
darkMode: 'class',
|
||||||
content: ['./src/**/*.{html,js,svelte,ts}'],
|
content: ['./src/**/*.{html,js,svelte,ts}'],
|
||||||
plugins: [require('../src/lib/tailwind/skeleton.cjs')]
|
plugins: [require('../src/lib/tailwind/skeleton.cjs')]
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user