work
This commit is contained in:
parent
f76cbd9d46
commit
c5fcafe450
11 changed files with 88053 additions and 97 deletions
3
static/postcss.config.js
Normal file
3
static/postcss.config.js
Normal file
|
@ -0,0 +1,3 @@
|
|||
module.exports = {
|
||||
plugins: [require("tailwindcss"), require("autoprefixer")],
|
||||
};
|
3
static/raw.css
Normal file
3
static/raw.css
Normal file
|
@ -0,0 +1,3 @@
|
|||
@tailwind base;
|
||||
@tailwind components;
|
||||
@tailwind utilities;
|
87446
static/style.css
Normal file
87446
static/style.css
Normal file
File diff suppressed because it is too large
Load diff
Loading…
Add table
Add a link
Reference in a new issue