omg i made a mess again
This commit is contained in:
parent
7676c86c28
commit
1fdee24049
10 changed files with 791 additions and 72 deletions
6
postcss.config.js
Normal file
6
postcss.config.js
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
import tailwindcss from '@tailwindcss/postcss';
|
||||
import autoprefixer from 'autoprefixer';
|
||||
|
||||
export default {
|
||||
plugins: [tailwindcss, autoprefixer],
|
||||
};
|
||||
Loading…
Add table
Add a link
Reference in a new issue