fixed text-on-token

This commit is contained in:
AdrianGonz97
2023-01-11 11:30:10 -05:00
parent 7f017d8c25
commit 606130d9ff

View File

@@ -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')]
};