lesson 3 and 4

This commit is contained in:
2024-12-18 21:16:07 +00:00
parent eb7388e325
commit 966930753b
22 changed files with 6978 additions and 0 deletions

View File

@@ -0,0 +1,8 @@
/** @type {import('postcss-load-config').Config} */
const config = {
plugins: {
tailwindcss: {},
},
};
export default config;