tailwind: fmt
This commit is contained in:
parent
18f4e7d958
commit
db66f74900
1 changed files with 13 additions and 13 deletions
|
|
@ -1,16 +1,16 @@
|
||||||
/** @type {import('tailwindcss').Config} */
|
/** @type {import('tailwindcss').Config} */
|
||||||
module.exports = {
|
module.exports = {
|
||||||
content: {
|
content: {
|
||||||
relative: true,
|
relative: true,
|
||||||
files: ["./src/**/*.rs"],
|
files: ["./src/**/*.rs"],
|
||||||
|
},
|
||||||
|
theme: {
|
||||||
|
extend: {
|
||||||
|
height: {
|
||||||
|
almostscreen: "90vh",
|
||||||
|
halfscreen: "60vh",
|
||||||
|
}
|
||||||
},
|
},
|
||||||
theme: {
|
},
|
||||||
extend: {
|
plugins: [],
|
||||||
height: {
|
}
|
||||||
almostscreen: "90vh",
|
|
||||||
halfscreen: "60vh",
|
|
||||||
}
|
|
||||||
},
|
|
||||||
},
|
|
||||||
plugins: [],
|
|
||||||
}
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue