initial commit

This commit is contained in:
2021-04-07 12:21:17 -04:00
commit 5633baedb3
41 changed files with 922 additions and 0 deletions

6
postcss.config.js Normal file
View File

@@ -0,0 +1,6 @@
module.exports = {
plugins: [
require(`tailwindcss`)(`./tailwind.config.js`),
require(`autoprefixer`),
],
};