Build index.html, create nav-component, add colors and handlebar-plugin to config
This commit is contained in:
@@ -1,17 +1,19 @@
|
||||
/** @type {import('tailwindcss').Config} */
|
||||
module.exports = {
|
||||
content: ["./*.{html,js}"],
|
||||
theme: {
|
||||
extend: {
|
||||
colors: {
|
||||
primary: '#003249',
|
||||
secondary: '#007EA7'
|
||||
},
|
||||
fontSize: {
|
||||
's-h1': '50px',
|
||||
h1: '56px'
|
||||
}
|
||||
content: ["./*.{html,js}"],
|
||||
theme: {
|
||||
extend: {
|
||||
colors: {
|
||||
textcolor: '#CCDBDC',
|
||||
navbackground: '#003249',
|
||||
primary: '#9AD1D4',
|
||||
banner: '#007EA7'
|
||||
},
|
||||
fontSize: {
|
||||
's-h1': '50px',
|
||||
h1: '56px'
|
||||
}
|
||||
},
|
||||
},
|
||||
},
|
||||
plugins: [],
|
||||
plugins: [],
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user