mirror of
https://dev.azure.com/hugendubel/ISA/_git/ISA-Frontend
synced 2025-12-28 22:42:11 +01:00
feat: refactor return feature components; remove deprecated files and implement new search bar input
This commit is contained in:
@@ -2,7 +2,7 @@ const plugin = require('tailwindcss/plugin');
|
||||
|
||||
/** @type {import('tailwindcss').Config} */
|
||||
module.exports = {
|
||||
content: ['./apps/**/*.{html,ts}'],
|
||||
content: ['./apps/**/*.{html,ts}', './libs/**/*.{html,ts}'],
|
||||
darkMode: 'media', // or 'media' or 'class',
|
||||
theme: {
|
||||
screens: {
|
||||
|
||||
Reference in New Issue
Block a user