teste
This commit is contained in:
21
web/tailwind.config.cjs
Normal file
21
web/tailwind.config.cjs
Normal file
@@ -0,0 +1,21 @@
|
||||
const colors = require('tailwindcss/colors');
|
||||
|
||||
/** @type {import('tailwindcss').Config} */
|
||||
module.exports = {
|
||||
content: ['./index.html', './src/**/*.{ts,tsx}'],
|
||||
theme: {
|
||||
extend: {
|
||||
colors: {
|
||||
amber: colors.amber,
|
||||
slate: colors.slate,
|
||||
},
|
||||
fontFamily: {
|
||||
sans: ['Inter', 'system-ui', 'sans-serif'],
|
||||
},
|
||||
},
|
||||
},
|
||||
plugins: [],
|
||||
};
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user