aboutsummaryrefslogtreecommitdiff
path: root/scss/bootstrap.scss
AgeCommit message (Collapse)AuthorFilesLines
2017-10-19new version numberMark Otto1-1/+1
2017-10-01Generate CSS variables for colors, breakpoints, fonts (#23761)Félix Saparelli1-0/+1
* Generate CSS variables See #23349 Supersedes #23446 * Ignore _root.scss for linting
2017-08-10bump to betav4.0.0-betaMark Otto1-1/+1
2017-07-01Redo the "responsive helpers" filesMark Otto1-1/+0
- Moves the embed SCSS to the utilities subfolder - Separate the floats from the embed docs - Rename embed docs from responsive helpers to embeds
2017-06-14Merge branch 'v4-dev' into rip-customMark Otto1-10/+1
2017-06-14Move scss functions from top of variables to separate file, then import it ↵Mark Otto1-10/+1
into other build files
2017-06-13Remove the confusing _custom.scss fileMark Otto1-1/+0
2017-01-21Drop Normalize, port relevant parts to Reboot (#21741)Mark Otto1-2/+0
* Get this party started by removing mention of Normalize.css * Nuke the old comment, consolidate to a single line and number as appropriate * Bring over styles for HTML element from Normalize to Reboot * Move margin override for body element from Normalize to Reboot * Drop the block reset for HTML5 elements in IE9- from Normalize given we dropped IE9 support * Building on previous commit, do the same thing for figure, figcaption, and main * Remove IE9- display from Normalize given our browser support * Drop IE8 figure margin because we're IE10+ * No need for the h1 overrides because we reset these font and margin styles anyway in _type.scss already * Drop Safari 6 b and strong normalization because we're Safari 8+ * Remove mark styles for IE9- from Normalize * Remove old iOS audio fixes from Normalize * Remove IE9- display for progress from Normalize * Remove more IE9- rules from Normalize * One more IE9- display removal for canvas element * Move pre overrides from Normalize to Reboot * Move over some link resets to Reboot, drop others - Move over background-color and text-decoration - Drop focus outline change given it affects the offset on hover of focused links * Move over more code element resets, consolidate with pre overrides, too * Move over sub and sup wholesale * Move over img normalization to Reboot * Move over SVG override too * - Drop dupe hidden, but add comment for it - Move over template - Move over summary * Remove bulk of @viewport comment * edit down that code comment * consolidate html-based normalizations * update comments * Consolidate abbr styles * move over more type elements * move over hr changes * move over form controls and more * move over button resets * move over firefox button changes * move over search changes and more * we nuke all these styles for fieldsets anyway, so outright remove them * no need for those, we override them * move over legend, fieldset, progress * line break * delete normalize file * linting * update comment * clarify docs mentions of normalize and reboot * remove normalize excludes from linter * remove normalize excludes from cli task * linting * callout license since we forked part of normalize * Improve comments, move table background reset to .table class instead of in reboot * trailing space
2017-01-09_custom.scss should be the first includeZulfiqar Ali1-1/+1
2017-01-06version bumpMark Otto1-1/+1
2017-01-01Update copyright years to 2017Nuno Arruda1-2/+2
2016-12-27move custom down so folks can reassign var values and use other varsMark Otto1-1/+1
2016-12-19Rename _animation.scss to _transitions.scss (#21370)Mark Otto1-1/+1
* Rename _animation.scss to _transitions.scss for accuracy * fix docs reference to file name * cleanup line breaks
2016-10-26Rename .tag to .badge to avoid conflicting with WordPressMark Otto1-1/+1
2016-10-19version bump to alpha 5Mark Otto1-1/+1
2016-10-03Fix broken/redirected links, moving to HTTPS where possible. (#20557)Bardi Harborow1-1/+1
2016-09-05versionsMark Otto1-1/+1
2016-07-27bump versionsMark Otto1-1/+1
2016-05-20Add "The Bootstrap Authors" to copyright notices (#19936)Chris Rebert1-0/+1
❤️❤️❤️ https://github.com/twbs/bootstrap/graphs/contributors
2016-02-11Rename .label class to .tagAmeya Pandilwar1-1/+1
2016-01-17Merge branch 'provide-custom-scss' of ↵Mark Otto1-0/+1
https://github.com/stephaniepurvis/bootstrap into stephaniepurvis-provide-custom-scss
2016-01-06Rip out the pager componentMark Otto1-1/+0
2016-01-01Update copyright years to 2016Chris Rebert1-1/+1
[ci skip]
2015-12-23Reorganize utilities into more separate files under a `/scss/utilities/` ↵Chris Rebert1-3/+0
directory [skip sauce] [skip validator]
2015-12-16switching position of custom in bootstrap.scss for better efficiencyStephanie Kendall1-1/+1
2015-12-08manually bump versions because npm script wasn't working for meMark Otto1-1/+1
2015-12-01implements a _custom.scss, resolves #17322Stephanie Kendall1-0/+1
2015-10-29Move .bg-* utility classes into separate fileChris Rebert1-0/+1
[skip sauce] [skip validator]
2015-10-23bootstrap.scss: Cleanup comments; refs #18036Chris Rebert1-3/+3
[skip sauce] [skip validator]
2015-09-02Add a license header to bootstrap.scssXavier Gallardo1-1/+7
2015-08-05rip badgesMark Otto1-1/+0
2015-06-01move spacing utils to separate file, document them a bitMark Otto1-0/+1
2015-04-16rename scaffolding to rebootMark Otto1-1/+1
2015-04-16Move .img- classes to new _images.scss; move hr to _type.scssMark Otto1-0/+1
2015-01-18Temporarily revert "Rename scss/bootstrap.scss -> scss/_bootstrap.scss"Chris Rebert1-0/+48
This reverts commit 2916ac43ed57baacc49d2cc7550b8d1dfe87b261. This reverts commit 3d635f30795deb11ee7feaea5595b78c70221389. This reverts commit 61a21205575aa03b4fbbacee2052d20bf75941d4. This change broke the Grunt build.
2015-01-15Rename scss/bootstrap.scss -> scss/_bootstrap.scssGleb Mazovetskiy1-48/+0
This is required for Compass compatibility. See https://github.com/twbs/bootstrap-sass/issues/694 Also updates bower.json and package.json references to the main Sass file.
2014-12-24add custom forms, stub out examples for radios and checkboxesMark Otto1-0/+1
2014-12-02convert to scssMark Otto1-0/+47