capital-framework
capital-framework copied to clipboard
Convert media queries to pixels?
trafficstars
Media queries are converted to ems, at e.g. https://github.com/cfpb/capital-framework/blob/master/packages/cf-core/src/cf-media-queries.less#L11
This breaks the existing page layout on cfgov-refresh if the font size is customized and increased. Should we convert the media queries to pixels?