add day 43

This commit is contained in:
Zoe
2022-11-04 21:51:57 -05:00
parent 1ef5dd5b1f
commit 6313f331da
44 changed files with 11472 additions and 0 deletions

7
day43/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]
};