media-queries.pcss.css
Same filename in this branch
Same filename in other branches
/* * Media query breakpoints. * Processed by postcss/postcss-custom-media. */ @custom-media --admin-toolbar-tablet (min-width: 560px); @custom-media --admin-toolbar-desktop (min-width: 1024px); @custom-media --admin-toolbar-reduced-motion (prefers-reduced-motion); @custom-media --forced-colors (forced-colors: active);
File
-
core/
modules/ navigation/ css/ base/ media-queries.pcss.css
View source
- /*
- * Media query breakpoints.
- * Processed by postcss/postcss-custom-media.
- */
-
- @custom-media --admin-toolbar-tablet (min-width: 560px);
- @custom-media --admin-toolbar-desktop (min-width: 1024px);
- @custom-media --admin-toolbar-reduced-motion (prefers-reduced-motion);
- @custom-media --forced-colors (forced-colors: active);
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.