mirror of
https://github.com/LukeHagar/skeleton.git
synced 2025-12-08 12:47:44 +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';
|
||||
// Custom tailwind config so that we only use the necessities
|
||||
const twConfig = {
|
||||
darkMode: 'class',
|
||||
content: ['./src/**/*.{html,js,svelte,ts}'],
|
||||
plugins: [require('../src/lib/tailwind/skeleton.cjs')]
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user