aboutsummaryrefslogtreecommitdiff
path: root/docs/4.0/getting-started
AgeCommit message (Collapse)AuthorFilesLines
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
2017-10-13Update colors in _data and theming.md to match _variables.scss (#24355)Jesse Mandel1-4/+6
2017-10-03Switch to lowercase `doctype`. (#24217)XhmikosR1-2/+2
Having it uppercase doesn't offer anything and the lowercase version slightly improves gzip compression.
2017-10-02Require quick start to be more explicit about CSS and JSMark Otto1-2/+23
2017-10-02Merge branch 'dropdown-caret' of https://github.com/pat270/bootstrap into v4-devMark Otto1-0/+1
2017-10-02change away from varsMark Otto1-2/+2
2017-10-02add components section, remove todosMark Otto1-8/+39
2017-10-02functions aww yeahMark Otto1-2/+45
2017-10-02add new thing to a mapMark Otto1-3/+7
2017-10-02quote those to match source codeMark Otto1-13/+13
2017-10-02nuke the options page, add redirect from it to new theming pageMark Otto2-121/+1
2017-10-02bring over colors sectionMark Otto1-1/+77
2017-10-02port over variable options listMark Otto1-3/+14
2017-10-02port latest from options for default varsMark Otto1-5/+11
2017-10-02Stub out new Theming pageMark Otto1-0/+114
2017-10-01Make Node.js 6 the minimum version.XhmikosR3-3/+3
Also, be consistent with Node.js' name.
2017-10-01Updates to customizing variables docs (#24186)Mark Otto1-4/+8
* Variable overrides within the same Sass file can come before or after the default value, but across files they must come first. * Removed the double :: at the end of the paragraph. * Fixed usage of overwrite when we mean override.
2017-09-27Changed hex values to follow bootstrap coding guidelinesMoris Zen Pasic1-2/+2
2017-09-27Added examples to the existing docs change for more clarityMoris Zen Pasic1-5/+7