mirror of
https://github.com/ArthurDanjou/artsite.git
synced 2026-01-30 03:28:49 +01:00
Linted code
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
import type { Config } from "tailwindcss"
|
||||
import typography from "@tailwindcss/typography"
|
||||
import type { Config } from 'tailwindcss'
|
||||
import typography from '@tailwindcss/typography'
|
||||
|
||||
export default <Partial<Config>>{
|
||||
content: [
|
||||
@@ -16,5 +16,5 @@ export default <Partial<Config>>{
|
||||
'./app.config.{js,ts}',
|
||||
'content/**/*.md'
|
||||
],
|
||||
plugins: [typography],
|
||||
plugins: [typography]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user