Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: Sass issue with declaration order.
_search.scss:10:2: Sass's behavior for declarations that appear after nested rules will be changing to match the behavior specified by CSS in an upcoming version. To keep the existing behavior, move the declaration above the nested rule. To opt into the new behavior, wrap the declaration in `& {}`.
- Loading branch information