From 0ac9b3f40e972705afc2322484d1cc66a32b612f Mon Sep 17 00:00:00 2001 From: Joe Workman Date: Tue, 24 Aug 2021 15:35:36 -0700 Subject: [PATCH] removed potentially confusing graph --- docs/pages/media-queries.md | 14 -------------- 1 file changed, 14 deletions(-) diff --git a/docs/pages/media-queries.md b/docs/pages/media-queries.md index f7f162ecc..4450560c7 100644 --- a/docs/pages/media-queries.md +++ b/docs/pages/media-queries.md @@ -93,20 +93,6 @@ Changing the widths of any of the breakpoints is as easy as changing the pixel v Please note that the order of breakpoints must be in ascending order so that keywords like `down` in the `breakpoint` function below will work as expected e.g. -```js -├─ xlarge max -│ -├─ xlarge min -├─ large max ┓ -│ │ -├─ large min │ -├─ medium max │ -│ │ "xlarge down" Breakpoint -├─ medium min │ -├─ small max │ -│ │ -... -``` You can change that by modifying the `$breakpoint-classes` variable in your settings file. This is a list of breakpoint names. Adding or removing names from the list will change the CSS class output. It looks like this by default: -- 2.47.2