initial commit, completed 40% of first milestone

This commit is contained in:
Amruth Pillai
2020-03-25 02:52:24 +05:30
parent dfeb67cda9
commit 25a6740c24
36 changed files with 55170 additions and 154 deletions

5
postcss.config.js Normal file
View File

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