feat(tools): setup TailwindCSS in ui-components (#42153)
This commit is contained in:
14
tools/ui-components/tailwind.config.js
Normal file
14
tools/ui-components/tailwind.config.js
Normal file
@ -0,0 +1,14 @@
|
||||
module.exports = {
|
||||
purge: ['./src/**/*.html', './src/**/*.js'],
|
||||
darkMode: false,
|
||||
theme: {
|
||||
colors: {
|
||||
// Configure the color palette here
|
||||
darkGreen: '#00471b'
|
||||
}
|
||||
},
|
||||
variants: {
|
||||
extend: {}
|
||||
},
|
||||
plugins: []
|
||||
};
|
Reference in New Issue
Block a user