Initial commit

This commit is contained in:
Fergal Moran
2022-04-05 11:49:57 +01:00
parent 424cdbc02f
commit f2cde38a0f
55 changed files with 10255 additions and 0 deletions

View File

@@ -0,0 +1,11 @@
module.exports = {
content: ["./src/**/*.{js,jsx,ts,tsx}"],
theme: {
extend: {
fontFamily: {
Rampart: ["Raleway", "sans-serif"],
},
},
},
plugins: [],
};