File tree Expand file tree Collapse file tree 1 file changed +8
-9
lines changed Expand file tree Collapse file tree 1 file changed +8
-9
lines changed Original file line number Diff line number Diff line change 11/* https://tailwindcss.com/docs/preflight#disabling-preflight */
22/* @import 'tailwindcss'; */
33
4- /* Not working as expected */
54@layer theme, base, components, utilities;
65@import 'tailwindcss/theme.css' layer(theme);
7- /* @import 'tailwindcss/utilities.css' layer(utilities); */
8- button {
6+ /* @import 'tailwindcss/preflight.css' layer(base); */
7+ @import 'tailwindcss/utilities.css' layer(utilities);
8+
9+ /* Because of disabled preflight */
10+ /* button {
911 all: unset;
1012 display: inline-flex;
1113 align-items: center;
12- }
13- @tailwind utilities;
14+ } */
1415
15- @custom-variant dark (& : is ([data-theme = "dark" ] * ));
16+ /* Not needed anymore in Tailwind v4? */
17+ /* @custom-variant dark (&:is([data-theme="dark"] *)); */
1618
17- /* @layer base { */
18- /* @theme { */
1919/* You can override the default Infima variables here. */
2020: root {
2121 --ifm-color-primary : # 296bb3 ;
6161p {
6262 margin-bottom : 15px ;
6363}
64- /* } */
You can’t perform that action at this time.
0 commit comments