Skip to content

Commit

Permalink
fix(*): revert config for core packages
Browse files Browse the repository at this point in the history
Signed-off-by: Frédéric Vilcot <[email protected]>
  • Loading branch information
fredericvilcot committed Jan 2, 2025
1 parent 33f9e27 commit a5edece
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
4 changes: 4 additions & 0 deletions packages/manager/apps/container/tailwind.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,8 @@ import config from '@ovh-ux/manager-tailwind-config';
/** @type {import('tailwindcss').Config} */
module.exports = {
...config,
content: [
'./src/**/*.{js,jsx,ts,tsx}',
'../../../manager-react-components/src/**/*.{js,jsx,ts,tsx}',
],
};
1 change: 1 addition & 0 deletions packages/manager/apps/procedures/tailwind.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,5 @@ import config from '@ovh-ux/manager-tailwind-config';
/** @type {import('tailwindcss').Config} */
module.exports = {
...config,
content: ['./src/**/*.{js,jsx,ts,tsx}'],
};

0 comments on commit a5edece

Please sign in to comment.