Update structure and clean data
This commit is contained in:
parent
466ecf5981
commit
3edde43c25
7 changed files with 33 additions and 20 deletions
|
|
@ -2,3 +2,17 @@
|
|||
@tailwind base;
|
||||
@tailwind components;
|
||||
@tailwind utilities;
|
||||
@layer base {
|
||||
h1 {
|
||||
@apply text-4xl;
|
||||
}
|
||||
h2 {
|
||||
@apply text-2xl;
|
||||
}
|
||||
ul{
|
||||
@apply list-disc
|
||||
}
|
||||
ol{
|
||||
@apply list-decimal
|
||||
}
|
||||
}
|
||||
|
|
@ -1,5 +1,4 @@
|
|||
{
|
||||
"version":"Auto gen version",
|
||||
"builddate":"2020-02-02_22:22:22"
|
||||
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue