Skip to content

Commit

Permalink
update media query syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
RobinMalfait committed Mar 21, 2024
1 parent 99a4076 commit 2923813
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion integrations/parcel/tests/integration.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -301,7 +301,7 @@ describe('watcher', () => {
.font-bold {
font-weight: 700;
}
@media (min-width: 768px) {
@media (width >= 768px) {
.md\:font-medium {
font-weight: 500;
}
Expand Down

0 comments on commit 2923813

Please sign in to comment.