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
Picking up where #12264 left off:
- `presets.scale` _almost_ everywhere
- less `boxShadow: none` and `:hover { background: "none" }` overrides for links — we don’t need to overwrite this style anymore
- add `presets.letterSpacings` and use them
- add `colors.white` and use it
- import `radii` directly instead of doing `presets.radii[x]`
- rename `presets.animation` to `presets.transition`
- import `transition` directly instead of doing `presets.transition[x]`
- add `presets.shadows.cardActive`
- more `presets.space` refactoring
- remove Futura PT `specimen_files`, demo HTML, and „How to use web fonts“
- first improvements to the „Starters“ search input styles
- simplify things here and there 😉
0 commit comments