Skip to content

Commit

Permalink
Merge branch 'beta' into lint-dist-output
Browse files Browse the repository at this point in the history
  • Loading branch information
druhill committed Sep 6, 2024
2 parents 1db853c + eb15e79 commit 0b8cebc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/style-dictionary.js
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ styleDictionary.registerFormat({
return (
fileHeader({ file }) +
`${selector} {\n` +
' @media (min-width: 1200px) {\n' +
' @media (width >= 1200px) {\n' +
formattedVariables({ format: 'css', dictionary, outputReferences }) +
'\n }\n}\n'
)
Expand Down

0 comments on commit 0b8cebc

Please sign in to comment.