This commit is contained in:
Zoe
2022-11-30 20:16:07 -06:00
parent 68799f705e
commit f0dc32ceab
142 changed files with 36898 additions and 0 deletions

7
day68/postcss.config.js Normal file
View File

@@ -0,0 +1,7 @@
import tailwind from 'tailwindcss';
import tailwindConfig from './tailwind.config.js';
import autoprefixer from 'autoprefixer';
export default {
plugins:[tailwind(tailwindConfig),autoprefixer]
};