RD Shell - Navigation

This commit is contained in:
Lorenz Hilpert
2023-04-18 14:09:36 +02:00
parent 8bc2ea8373
commit e8020ffde6
214 changed files with 6401 additions and 3164 deletions

View File

@@ -0,0 +1,7 @@
const plugin = require('tailwindcss/plugin');
module.exports = plugin(function ({ addComponents, theme, addBase, matchUtilitie, addVariant }) {
addVariant('customer', ['[data-section="customer"] &', '[data-section="customer"]&']);
addVariant('branch', ['[data-section="branch"] &', '[data-section="branch"]&']);
});