primer-support
Advanced tools
Comparing version 4.8.0-alpha.6c54e75d to 4.8.0-alpha.6f43d81e
@@ -20,3 +20,3 @@ --- | ||
<small>**Note:** The `lg` breakpoint matches our current page width of `980px` including left and right padding of `16px` (`$spacer-3`). This is so that content doesn't touch the edges of the window when resized.</small> | ||
**Note:** The `lg` breakpoint matches our current page width of `980px` including left and right padding of `16px` (`$spacer-3`). This is so that content doesn't touch the edges of the window when resized. | ||
@@ -30,3 +30,2 @@ Responsive styles are available for [margin](../../utilities/margin/#responsive-margins), [padding](../../utilities/padding#responsive-padding), [layout](../../utilities/layout), [flexbox](../../utilities/flexbox#responsive-flex-utilities), and the [grid](../../objects/grid#responsive-grids) system. | ||
```scss | ||
// breakpoints | ||
@@ -49,3 +48,2 @@ $width-xs: 0; | ||
) !default; | ||
``` | ||
@@ -58,3 +56,3 @@ | ||
``` | ||
```scss | ||
.styles { | ||
@@ -61,0 +59,0 @@ font-size: 28px; |
{ | ||
"version": "4.8.0-alpha.6c54e75d", | ||
"version": "4.8.0-alpha.6f43d81e", | ||
"name": "primer-support", | ||
@@ -28,3 +28,3 @@ "description": "Sass variables, mixins, and functions for use in our components.", | ||
"prepublishOnly": "../../script/notify pending", | ||
"publish": "../../script/notify success" | ||
"postpublish": "../../script/notify success" | ||
}, | ||
@@ -31,0 +31,0 @@ "keywords": [ |
Sorry, the diff of this file is not supported yet
31847