Add paystro visual components
This commit is contained in:
19
tailwind.config.js
Normal file
19
tailwind.config.js
Normal file
@ -0,0 +1,19 @@
|
||||
/** @type {import('tailwindcss').Config} */
|
||||
module.exports = {
|
||||
content: ['./src/**/*.{html,ts,tsx}'],
|
||||
theme: {
|
||||
extend: {
|
||||
colors: {
|
||||
primary: 'rgba(var(--primary))',
|
||||
secondary: 'rgba(var(--secondary))',
|
||||
tertiary: 'rgba(var(--tertiary))',
|
||||
text: 'rgba(var(--text))',
|
||||
textInverted: 'rgba(var(--textInverted))',
|
||||
link: 'rgba(var(--link))',
|
||||
background: 'rgba(var(--background))',
|
||||
},
|
||||
},
|
||||
},
|
||||
safelist: [],
|
||||
plugins: [],
|
||||
}
|
Reference in New Issue
Block a user