You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have changed the default large / medium / small device width dimensions from being px based (900 / 760 / 520) to em based (56.25 / 47.5 / 32.5) as part of the theme refactor.
As a consequence, I have encountered a bug with the grunt dev command whereby if I amend a .json file then the defaults revert back to the px based values even though I have updated the defaults in configModel.js and theme.json to be em based.
The text was updated successfully, but these errors were encountered:
I have changed the default large / medium / small device width dimensions from being px based (900 / 760 / 520) to em based (56.25 / 47.5 / 32.5) as part of the theme refactor.
As a consequence, I have encountered a bug with the
grunt dev
command whereby if I amend a.json
file then the defaults revert back to the px based values even though I have updated the defaults inconfigModel.js
andtheme.json
to be em based.The text was updated successfully, but these errors were encountered: