You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: www/commands/hide.md
+8Lines changed: 8 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -61,6 +61,14 @@ module.exports = {
61
61
// ...
62
62
}
63
63
```
64
+
If you are using Tailwind CSS v4.0 and are making use of the CSS configuration, you may need to update your `style.css` file to safe list the classes you need.
65
+
66
+
```css
67
+
@source inline("hidden");
68
+
@source inline("invisible");
69
+
@source inline("opacity-0");
70
+
```
71
+
More information here : [Safelisting specific utilities - Tailwind CSS v4.0](https://tailwindcss.com/docs/detecting-classes-in-source-files#safelisting-specific-utilities).
0 commit comments