aboutsummaryrefslogtreecommitdiff
path: root/site/content/docs/4.3/getting-started/theming.md
AgeCommit message (Collapse)AuthorFilesLines
2020-04-26Remove existing Theming page as we build out a new Customize sectionMark Otto1-433/+0
2020-04-15Add `bs-` prefixes to custom properties (#30591)Martijn Cuppens1-3/+3
2020-04-15Disable negative margins by default (#30585)Martijn Cuppens1-1/+2
* Disable negative margins by default * Use shorter enable variable Co-authored-by: XhmikosR <[email protected]>
2020-04-08Use correct hex color code(#30533)Gaël Poupard1-1/+1
2020-04-06Create `scss-docs` shortcode to get some snippets from the Scs… (#30502)Martijn Cuppens1-33/+6
Co-authored-by: XhmikosR <[email protected]>
2020-03-23Use WCAG contrast algo (#30168)Gaël Poupard1-4/+10
2020-03-18Remove Internet Explorer leftoversXhmikosR1-1/+1
2020-02-17docs(theming): improve headings hierarchy under Sass → Functions (#30207)Gaël Poupard1-3/+3
2020-02-15Remove map merges (#28508)Martijn Cuppens1-18/+26
2020-02-15Remove color shades callout (#30181)Martijn Cuppens1-4/+0
Not applicable anymore since https://github.com/twbs/bootstrap/pull/29348
2020-02-10Introduce posibility to disable !important suffix for utility classes (#29625)Martijn Cuppens1-0/+1
2020-02-03Split grid & containers (#29146)Martijn Cuppens1-1/+1
2020-01-16Remove unnecessary comma in 'All colors' (#30010)Ty Mick1-1/+1
* Remove unnecessary comma in 'All colors' (Using a comma between a subject and predicate)[https://en.wikipedia.org/wiki/Comma#Between_the_subject_and_predicate] is nonstandard. * Update theming.md Co-authored-by: XhmikosR <[email protected]>
2019-11-28docs: `$enable-rfs` is true by default (#29766)cccabinet1-1/+1
2019-11-25Enable RFS for font resizingMartijn Cuppens1-1/+1
- Enable RFS - Add documentation - Disable doc font size overrides
2019-10-31Doc tweaks.Mark Otto1-2/+2
2019-10-31Add add and subtract functionysds1-0/+38
2019-10-18v5: Update colors to add shades and tints (#29348)Mark Otto1-5/+19
* Add variables for shades and tints of each major color * getting-started/theming.md: use a `range`.
2019-09-06getting-started/theming.md: throw an error if the regex doesn't succeed.XhmikosR1-0/+4
2019-08-29docs: remove swatches for theme colors. (#29327)XhmikosR1-1/+1
Use the built-in utilities instead.
2019-08-29theming.md: automate _root.scss. (#29326)XhmikosR1-25/+7
2019-08-29theming.md: bring `:root` up to par with Scss. (#29323)XhmikosR1-1/+1
Also, add a warning in _root.scss so that we don't miss it again.
2019-08-14Fix redirects. (#29254)XhmikosR1-1/+1
2019-07-26Remove `$enable-hover-media-query`Martijn Cuppens1-1/+0
2019-07-25Drop `color()`, `theme-color()` & `gray()` functions (#29083)Martijn Cuppens1-34/+18
Drop `color()`, `theme-color()` & `gray()` functions in favor of variables. The functions just called a `map-get()` of a map where just the variables were defined. Also the `theme-color-level()` now accepts any color you want instead of only `$theme-colors` colors. The first value now is a variable instead of the `$theme-colors` key.
2019-07-19Use escape-svg() function (#29077)Martijn Cuppens1-1/+5
* Use escape-svg() function * Update theming.md
2019-07-14Drop breakpoint CSS custom properties (#29020)Mark Otto1-27/+0
Media queries do not support CSS custom properties (CSS variables), so we've had some useless variables lying around since shipping v4. This finally removes them and the associated documentation content that explained the situation. Fixes #29012.
2019-06-18Typo fix (#28920)Martijn Cuppens1-1/+1
2019-05-09v5: Drop all print styles and classes (#28339)Mark Otto1-1/+0
2019-03-13Add a docsref shortcode.XhmikosR1-4/+4
This allows for the build to fail if a reference isn't found.
2019-03-13Switch to Hugo.XhmikosR1-0/+451
No more Ruby dependency and most important more than 10 times less build time (at least on Windows)!