aboutsummaryrefslogtreecommitdiff
path: root/site/content/docs/4.3/getting-started
AgeCommit message (Collapse)AuthorFilesLines
2020-04-13Rewrite grid docs to account for new grid tierMark Otto2-2/+2
- Breaks grid content across multiple pages - Updates mentions of grid tiers from five to six - Rewrites how it works sections to reference new options and tiers
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-24Fix redirected links.XhmikosR1-1/+1
2020-03-24Add explicit scope="col" to <th> column headersPatrick H. Lauke1-11/+11
2020-03-23Use WCAG contrast algo (#30168)Gaël Poupard1-4/+10
2020-03-23Use a link helper instead of the text color utilityMartijn Cuppens1-3/+3
2020-03-18Update Legacy Edge supportMartijn Cuppens1-1/+1
2020-03-18Remove Internet Explorer leftoversXhmikosR3-44/+4
2020-03-18Revert "Revert "Add information about IE 11 compatibility.""XhmikosR1-0/+37
This reverts commit bcf76ef5f0d6305bb8aa7a83ae7fdc45256f7f08.
2020-03-15style: fixes indent (#30396)Catalin Zalog1-2/+2
2020-03-08Update browsers + devices support page to remove IE10, IE11 Mobile (#30363)Christian Oliff1-12/+1
This PR removes unsupported browsers from supported tables based on the current `.browserlistrc` config
2020-02-17docs(theming): improve headings hierarchy under Sass → Functions (#30207)Gaël Poupard1-3/+3
2020-02-17Add Microsoft Edge for MacOS to supported browsers (#29956)Christian Oliff1-1/+1
The new Chromium-based Edge has been available as a beta for sometime and general availability of the final version is expected to ship from Jan 15. I think it makes sense to add it as a supported browser once it's out of beta. REF: https://blogs.windows.com/windowsexperience/2019/11/04/introducing-the-new-microsoft-edge-and-bing/
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]>
2020-01-13javascript.md: Add `srcset` in sanitizer docs (#30007)XhmikosR1-1/+1
2019-11-28docs: `$enable-rfs` is true by default (#29766)cccabinet1-1/+1
2019-11-25Some minor text tweaksMark Otto1-2/+4
2019-11-25Link to versioned docsMartijn Cuppens1-3/+3
2019-11-25Copywriting editsMark Otto1-6/+4
2019-11-25Enable RFS for font resizingMartijn Cuppens2-1/+87
- 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-17Use Hugo for our docs Sass and JS. (#29280)XhmikosR1-2/+2
Now there's only one command needed to run the docs: `npm run docs-serve`. Also, simplify the npm scripts.
2019-09-06getting-started/theming.md: throw an error if the regex doesn't succeed.XhmikosR1-0/+4
2019-09-06Break a couple of long lines.XhmikosR1-1/+3
2019-09-02Fix a few redirected links. (#29352)XhmikosR1-1/+1
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-27Remove "Wall of browser bugs" page. (#29297)XhmikosR1-2/+0
While important in the past, it has become obsolete, so removing it seems the best solution.
2019-08-16Use US locale consistently. (#29255)XhmikosR1-1/+1
2019-08-14Fix redirects. (#29254)XhmikosR3-3/+3
2019-08-07browser-devices.md: Fix Android version (#29224)XhmikosR1-1/+1
2019-08-04Update javascript.mdXhmikosR1-2/+2
2019-08-04explain how to use bootstrap 5 with jQueryJohann-S1-0/+4
2019-08-02Update javascript.mdXhmikosR1-1/+1
2019-08-02add a way to disable jQuery detectionJohann-S1-1/+1
2019-08-01Update javascript.mdXhmikosR1-2/+1
2019-08-01Update javascript.mdXhmikosR1-2/+2
2019-08-01add callout about jquery eventsJohann-S1-0/+13
2019-07-29remove underscore for static methodsJohann-S1-2/+2
2019-07-29docs: Move trailing URL slashes to the variables.XhmikosR1-2/+2
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.