aboutsummaryrefslogtreecommitdiff
path: root/scss/mixins/_container.scss
AgeCommit message (Collapse)AuthorFilesLines
2022-03-13Add additional root variables, rename `$variable-prefix` to `$prefix` (#35981)Mark Otto1-4/+4
* Add additional root variables, rename $variable-prefix to $prefix - Adds new root CSS variables for border-radius, border-width, border-color, and border-style - Adds new root CSS variables for heading-color, link-colors, code color, and highlight color - Replaces most instances of Sass variables (for border-radius, border-color, border-style, and border-width) for CSS variables inside _variables.scss - Updates $mark-padding to be an even pixel number - Renames $variable-prefix to $prefix throughout * Bundlewatch
2022-02-14Correct the horizontal padding on grid containers (#35825)Mark Otto1-2/+2
* Correct the horizontal padding on grid containers * Don't halve the container-padding-x variable
2021-11-01Always set the CSS variables for gutters in containers (#34644)Mark Otto1-0/+2
We already do this in rows, so to best support our containers, we need to do it at the container level as well. Fixes #32658, fixes #34614, closes #32658. Co-authored-by: XhmikosR <[email protected]>
2020-11-19fix(container): use $variable-prefix (#32201)Gaël Poupard1-2/+2
Missed that while merging.
2020-11-14Simplify make-container() (#31735)Gaël Poupard1-4/+2
2020-09-28Update stylelint to v13.7.2 (#31726)XhmikosR1-2/+2
2020-09-23Forgot to divide by 2Mark Otto1-2/+2
2020-09-23Match container gutters with row guttersMark Otto1-3/+5
- Replaces make-container mixin's padding-x param with gutter to match naming - Changes value of container padding variable to match grid gutter width variable - Uses local CSS variable for container padding Fixes #31642
2020-06-12🔥 Remove container duplicationk-utsumi1-10/+0
2020-02-03Split grid & containers (#29146)Martijn Cuppens1-0/+19