mirror of
https://github.com/iLay1678/i-tools.git
synced 2025-07-04 03:02:16 +08:00
tailwind
This commit is contained in:
parent
8dc4b8a6f1
commit
09707324e9
@ -1,9 +0,0 @@
|
|||||||
/** @type {import('tailwindcss').Config} */
|
|
||||||
export default {
|
|
||||||
content: [],
|
|
||||||
theme: {
|
|
||||||
extend: {},
|
|
||||||
},
|
|
||||||
plugins: [],
|
|
||||||
}
|
|
||||||
|
|
12
tailwind.config.ts
Normal file
12
tailwind.config.ts
Normal file
@ -0,0 +1,12 @@
|
|||||||
|
|
||||||
|
import type { Config } from 'tailwindcss'
|
||||||
|
|
||||||
|
const config: Config = {
|
||||||
|
content: [],
|
||||||
|
theme: {
|
||||||
|
extend: {},
|
||||||
|
},
|
||||||
|
plugins: [],
|
||||||
|
}
|
||||||
|
|
||||||
|
export default config
|
4
worker-configuration.d.ts
vendored
4
worker-configuration.d.ts
vendored
@ -1,4 +0,0 @@
|
|||||||
// Generated by Wrangler
|
|
||||||
// After adding bindings to `wrangler.toml`, regenerate this interface via `npm run cf-typegen`
|
|
||||||
interface Env {
|
|
||||||
}
|
|
Loading…
x
Reference in New Issue
Block a user