first commit
This commit is contained in:
@@ -0,0 +1,21 @@
|
||||
/** @type {import('tailwindcss').Config} */
|
||||
export default {
|
||||
content: [
|
||||
"./index.html",
|
||||
"./src/**/*.{js,ts,jsx,tsx}",
|
||||
],
|
||||
theme: {
|
||||
extend: {
|
||||
colors: {
|
||||
'rwanda-blue': '#20603d',
|
||||
'rwanda-yellow': '#fad201',
|
||||
'canada-red': '#d52b1e',
|
||||
'primary': '#20603d',
|
||||
'secondary': '#d52b1e',
|
||||
'accent': '#fad201',
|
||||
}
|
||||
}
|
||||
},
|
||||
plugins: [],
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user