add day 31

This commit is contained in:
Zoe
2022-10-23 22:00:50 -05:00
parent 310f11511e
commit bf1490cad7
37 changed files with 11219 additions and 0 deletions

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