footer and init project
This commit is contained in:
@@ -18,6 +18,18 @@ const hexToRgb = (hex) => {
|
||||
};
|
||||
|
||||
module.exports = {
|
||||
safelist: [
|
||||
'w-full',
|
||||
'text-primary',
|
||||
'text-secondary',
|
||||
'text-tertiary',
|
||||
'text-background',
|
||||
'size-13',
|
||||
'w-1/4',
|
||||
'font-barlow',
|
||||
'font-roboto',
|
||||
'font-montserrat',
|
||||
],
|
||||
theme: {
|
||||
extend: {
|
||||
typography: (theme) => ({
|
||||
|
||||
Reference in New Issue
Block a user