-
-
Notifications
You must be signed in to change notification settings - Fork 42
Open
Description
- Create
tailwind.config.jsfile:
/** @type {import('tailwindcss').Config} */
export default {
content: [
'./src/**/*.{astro,html,js,jsx,md,mdx,svelte,ts,tsx,vue}',
'./node_modules/stdf/dist/**/*.{js,svelte}'
],
theme: {
extend: {},
},
plugins: [],
}- Insert to
app.cssfile:
@config "../../tailwind.config.js";Metadata
Metadata
Assignees
Labels
No labels