feat: wip Course Generate
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
import type {Config} from 'tailwindcss'
|
||||
import type { Config } from 'tailwindcss'
|
||||
import typography from '@tailwindcss/typography'
|
||||
|
||||
export default <Partial<Config>>{
|
||||
@@ -7,6 +7,9 @@ export default <Partial<Config>>{
|
||||
sans: ['Rubik', 'Noto Sans SC', 'sans-serif'],
|
||||
},
|
||||
extend: {
|
||||
fontSize: {
|
||||
'2xs': '0.625rem',
|
||||
},
|
||||
aspectRatio: {
|
||||
auto: 'auto',
|
||||
square: '1 / 1',
|
||||
@@ -16,13 +19,13 @@ export default <Partial<Config>>{
|
||||
card: '0 2px 4px 0 rgba(0, 0, 0, .05)',
|
||||
sidebar: 'inset -2px 0 2px 0 rgba(0, 0, 0, .05)',
|
||||
sidebar_dark: 'inset -2px 0 2px 0 rgba(255, 255, 255, .05)',
|
||||
}
|
||||
},
|
||||
},
|
||||
},
|
||||
plugins: [typography],
|
||||
safelist: [
|
||||
{
|
||||
pattern: /^bg-/,
|
||||
}
|
||||
]
|
||||
},
|
||||
],
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user