Initial Commit

This commit is contained in:
Fergal Moran
2021-02-25 00:46:30 +00:00
parent 5a9df39d3d
commit ecee49dbca
11 changed files with 228 additions and 100 deletions

11
tailwind.config.js Normal file
View File

@@ -0,0 +1,11 @@
module.exports = {
purge: ["./src/**/*.{js,jsx,ts,tsx}", "./public/index.html"],
darkMode: false, // or 'media' or 'class'
theme: {
extend: {},
},
variants: {
extend: {},
},
plugins: [],
};