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} */
|
||||
module.exports = {
|
||||
content: {
|
||||
relative: true,
|
||||
files: ["./src/**/*.rs"],
|
||||
content: {
|
||||
relative: true,
|
||||
files: ["./src/**/*.rs"],
|
||||
},
|
||||
theme: {
|
||||
extend: {
|
||||
height: {
|
||||
almostscreen: "90vh",
|
||||
halfscreen: "60vh",
|
||||
}
|
||||
},
|
||||
theme: {
|
||||
extend: {
|
||||
height: {
|
||||
almostscreen: "90vh",
|
||||
halfscreen: "60vh",
|
||||
}
|
||||
},
|
||||
},
|
||||
plugins: [],
|
||||
}
|
||||
},
|
||||
plugins: [],
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue