aboutsummaryrefslogtreecommitdiff
path: root/docs/4.0/getting-started
AgeCommit message (Collapse)AuthorFilesLines
2018-04-09Ship v4.1.0 (#26218)v4.1.0Mark Otto10-1380/+0
* update docs path from docs/4.0/ to docs/4.1/ * bump version to 4.1.0 * Update redirects to work for 4.1 docs move * Update docs version switcher to include latest and link to 4.0 docs * re-run dist * Update package-lock.json * Update docs-navbar.html
2018-04-05add examples to theming docs section on css vars in media queries, closes #26205Mark Otto1-1/+21
2018-04-05docs: Switch to StackPath's URL.XhmikosR1-1/+1
While the old one will keep working, better switch to the new one.
2018-04-02Fix broken URI fragments and redirects.XhmikosR2-2/+2
2018-04-02Use https when possible.XhmikosR3-3/+3
2018-04-01docs edit suggestionMark Otto1-1/+1
2018-03-31Mention browserslist config in our docs to close #25429Mark Otto1-0/+19
2018-03-30Revert "docs: Switch to StackPath's URL."XhmikosR1-1/+1
This reverts commit 70520855e8f597995fb1df69b854f99f705d2e59.
2018-03-29docs: Switch to StackPath's URL.XhmikosR1-1/+1
While the old one will keep working, better switch to the new one.
2018-03-20Making use of `prefers-reduced-motion` media query (#25641)Mike Rogers1-0/+4
* Making use of `prefers-reduced-motion` media query As discussed in #25249 - if a user (Who is using Safari / iOS) requests reduced motion in their system settings, we should avoid transitions. * Ignoring prefers reduced motion for CSS Linting * Updating copy clarifying the reduce motion functionality in accessibility.md
2018-03-16theming.md Typo Fix (#25875)Ethan Beyer1-1/+1
it's ≠ its
2018-03-12Use callout without custom Jekyll plugin.m5o4-10/+15
2018-03-08Update webpack.mdRobert Martin1-3/+3
Minor edits for style and consistency
2018-02-24Fixes #25703Mark Otto1-13/+1
2018-02-19Be more explicit where to find variables (#25624)Pierre GIRAUD1-4/+6
* Tell where to find the variables to override * Be consistent with path to _variables.scss * Get rid of some 'our' in the doc Replaced by 'Boostrap's' when relevant
2018-02-11Update themeing docs for more clearly how to remove from map (#25589)ysds1-2/+13
* Add note about insert position of "map-remove" * Use optional keys instead of required keys
2018-01-21Remove escaping selector and add a warning to inform folks to escape their ↵Johann-S1-0/+5
selectors (#25390)
2018-01-19Use Jekyll's markdownify filter instead of a custom plugin (#25319)m5o1-2/+3
2018-01-18Remove -Pre from Nuget install info since we're stable now /cc @supergibbsv4.0.0Mark Otto1-4/+2
2018-01-18Bump version to 4.0.0Mark Otto1-1/+1
2018-01-14Theming docs update (#25300)Mark Otto1-1/+15
* heading for better linking * tell folks where to start * more headings * required keys section added, closes #25293
2018-01-11Deprecate hover media query shim and mixins (#25270)Mark Otto2-11/+11
* Deprecate hover media query shim and mixins Fixes #25195. This never was completed or fully implemented, and the docs are inaccurate as to what browsers are currently affected by this stickied hover problem. This PR aims to update the docs and deprecate the shim from our mixins and only return the pseudo-classes. To reflect the order of these states used elsewhere (e.g., our button styles), I've also updated the order of each within the mixin. * Mention in docs and variables that it's deprecated
2018-01-02Add some documentation on using CSS vars (#25176)Mark Otto1-0/+68
* Add some documentation on using CSS vars Fixes #25147 * link to MDN doc
2017-12-30Update Theming docs for removing map items (#25108)Mark Otto1-1/+9
2017-12-27extra spaceMark Otto1-1/+0
2017-12-27closes #24929Mark Otto1-2/+2
2017-12-27improve docs tablesMark Otto2-4/+4
2017-12-26Move from h4s and misc to h5s so headings from example snippets don't show ↵Mark Otto1-1/+1
in our table of contents
2017-12-16Link to BootstrapCDN and fix its name. (#24987)XhmikosR2-4/+4
2017-11-24fixes #24728Mark Otto1-1/+12
2017-11-16Fix installing deps in our webpack docsJohann-S1-1/+1
2017-11-15Use UMD and fix build to properly load deps (#24783)Federico Zivolo1-19/+3
2017-11-06descriptive docs variable naming (#24521)m5o1-2/+2
* use descriptive docs btn naming * rename `btn-bd-yellow` to `btn-bd-download` * sort state vars * sort state vars * info, warning, danger * rename btn-bd-purple * rename `.btn-bd-purple` to `.btn-bd-primary` * align docs color variables * generate $bd-purple-light color * with http://razorltd.github.io/sasscolourfunctioncalculator/ * allow overide of docs variables
2017-11-06getting-started.md: Redirect from `/getting-started/` too. (#24669)XhmikosR1-2/+3
2017-11-03Highlight snippet as CSS.XhmikosR1-1/+1
2017-11-03getting-started/introduction.md: move title below the retired meta tags.XhmikosR1-1/+2
2017-11-03Update our Webpack documentation for Webpack 3 (#24656)Johann-S1-3/+17
2017-10-30Minor Markdown consistency cleanup. (#24605)XhmikosR2-0/+3
2017-10-30redesign these tables, fix headings, add intro paragraphsMark Otto1-34/+38
2017-10-30Add missing trailing slashes to URLs in docsGiovanni Totaro1-1/+1
2017-10-30Explain contents of bundled JS files in docs (#23735)Giovanni Totaro1-1/+31
2017-10-20Be consistent with "JS"/"JavaScript". (#24457)XhmikosR1-1/+1
2017-10-19new current_ruby-version varMark Otto1-2/+2
2017-10-19update getting started docs tooMark Otto1-2/+2
2017-10-19spelling changes to theming.md (#24444)Gijs Boddeus1-4/+4
2017-10-19Fix a few 404 and one redirected link. (#24432)XhmikosR2-2/+2
2017-10-17document color-yiq functionMark Otto1-0/+30
2017-10-16Mention bootstrap bundle in docs. (#24385)XhmikosR1-0/+2
2017-10-16Update build-tools.md (#24378)XhmikosR1-3/+5
2017-10-13Describe compiled CSS (#24271)Lucas Banegas2-2/+56