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
ignore --tw-{property} when {property} exists with the same value
This will help with `[font-weight:400]` to `font-normal`, even though
`font-normal` is actually implemented as:
```css
.font-normal {
--tw-font-weight: 400;
font-weight: 400;
}
```
0 commit comments