Skip to content

Commit

Permalink
add link to github issue for todo
Browse files Browse the repository at this point in the history
  • Loading branch information
lukecore committed Jul 15, 2024
1 parent b71866a commit 2617664
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web-components/tokens/formatters/cssFigmaVariables.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ const PATHS = {
viewPorts: 'constraints',
};

// TODO: extract the break points from figma
// TODO: extract the break points from figma (https://github.com/Zuehlke/design-system-starter/issues/42)
const MEDIA_QUERIES = {
desktop: '@media (min-width: 481px)',
mobile: '@media (max-width: 480px)',
Expand Down

0 comments on commit 2617664

Please # to comment.