Skip to content

Commit

Permalink
Modern Style Fallbacks
Browse files Browse the repository at this point in the history
Changes:
- Formatted occurrences of the `aspect-ratio` property, and it's fallback styles. They are just a little tidier now.

Fixes:
- Wrapped a `:focus-visible` occurrence that was part of a multi-selector line, which prevented the whole style block from being applied when in Safari. Now that Safari supports the forgiving selector list for `:where()`, I just wrapped `:focus-visible` inside of one of those, and that allowed other use cases for the selector to be applied as intended! Very neat, I love `:where()` :P

Removals:
- Removed fallbacks for the `:where()` selector throughout the app's styles. It's supported almost everywhere now, as well as with forgiving selector lists! This is a huge bonus. It makes fixes like the one above possible now :)
  • Loading branch information
Offroaders123 committed Apr 16, 2022
1 parent 148706c commit b0dfce5
Show file tree
Hide file tree
Showing 2 changed files with 52 additions and 201 deletions.
Loading

0 comments on commit b0dfce5

Please sign in to comment.