mirror of
https://dev.azure.com/hugendubel/ISA/_git/ISA-Frontend
synced 2025-12-28 22:42:11 +01:00
feat: implement new text field and button components; remove deprecated search bar and input controls
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
const plugin = require('tailwindcss/plugin')
|
||||
const plugin = require('tailwindcss/plugin');
|
||||
|
||||
/** @type {import('tailwindcss').Config} */
|
||||
module.exports = {
|
||||
@@ -83,6 +83,7 @@ module.exports = {
|
||||
white: '#FFFFFF',
|
||||
accent: {
|
||||
red: '#DF001B',
|
||||
blue: '#354ACB',
|
||||
},
|
||||
shades: {
|
||||
red: {
|
||||
@@ -245,7 +246,7 @@ module.exports = {
|
||||
require('./tailwind-plugins/section.plugin.js'),
|
||||
require('./tailwind-plugins/typography.plugin.js'),
|
||||
plugin(({ addVariant }) => {
|
||||
addVariant('open', '&.open')
|
||||
addVariant('open', '&.open');
|
||||
}),
|
||||
],
|
||||
}
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user