- 31 May, 2017 2 commits
-
-
CDAGaming authored
* Update Dependencies (REUPLOAD) Uglify-JS: 2.8.22 > 3.0.3 QUnitJS: 2.3.1 > 2.3.2 PostCSS-CLI: 3.1.1 > 4.0.0 Clean-CSS-CLI: 4.0.12 > 4.1.0 Babel-Eslint: 7.2.2 > 7.2.3 AutoPrefixer: 6.7.7 > 7.0.1 * Updates More Dependencies Autoprefixer: v7.0.1 > v7.1.1 Clean-CSS-CLI: v4.1.0 > v4.1.3 Node-Sass: v4.5.2 > v4.5.3 PostCSS-FlexBugs-Fixes: v2.1.1 > v3.0.0 Uglify-JS: v3.0.3 > v3.0.11 Signed-off-by:
CDAGaming <cstack2011@yahoo.com> * Update Gem Bundler Dependency Signed-off-by:
CDAGaming <cstack2011@yahoo.com> * Update Gemfile.lock Dependency Signed-off-by:
CDAGaming <cstack2011@yahoo.com> * Update QUnit Signed-off-by:
CDAGaming <cstack2011@yahoo.com> * Update Uglify-JS to v3.0.13 Signed-off-by:
CDAGaming <cstack2011@yahoo.com>
-
Mark Otto authored
-
- 29 May, 2017 2 commits
- 27 May, 2017 9 commits
-
-
Mark Otto authored
Without this, the CSS and JS files don't get copied over to the `docs/dist/` folder during development. I imagine we can simplify this and not run it twice, and instead run it once? Unsure. /cc @johann-s
-
Geremia Taglialatela authored
According to the docs, you just need to apply the `navbar-nav` to an `<ul>` tag in a list-based navbar. In fact, `navbar-nav` seems to override all the css properties set by `nav`. Also, `nav-item` class should be used only for `<li>` tags, or in conjunction with `<a>` tags to entirely avoid the list-based approach. This commit removes the redundant `nav` class from `navbar-nav` `<ul>` tags, moves `nav-item` from `<a>` tags to `<li>` tags and properly adds `nav-item` class to `<li>` tags where missing. Refs: * https://v4-alpha.getbootstrap.com/components/navs/ * https://v4-alpha.getbootstrap.com/components/navbar/#nav
-
Patrick Yeo authored
Rename `$navbar-*-toggler-bg` to `$navbar-*-toggler-icon-bg` since it's placed on .navbar-toggler-icon (#22564)
-
Hugh Bellamy authored
-
Mark Otto authored
* add the svg icon as a partial so we can include it easily * add the icon to the homepage * drop .bd-booticon for svgs here * rip out the import for .bd-booticon sass file * Delete _booticon.scss * indentation * Update bootstrap-icon.html * remove those
-
Mark Otto authored
-
-
Mark Otto authored
-
Mark Otto authored
The premise for #22376 was that if we removed the `max-width` and `flex` properties, we could use the column classes as `width` utilities. The problem that I didn't remember at the time is that column classes have horizontal `padding` on them. This doesn't work for setting `width`. Perhaps more importantly, this causes #22649—the automatic sizing of columns is broken with the absence of `flex` styles. /cc @sachinsinghi
-
- 26 May, 2017 5 commits
-
-
Mike Cooper authored
-
Mark Otto authored
* Add box-shadow to .progress-bar Puts an unused variable back in use for when folks set `$enable-shadows` to `true`.
-
-
Mark Otto authored
-
Idan Cohen authored
* add webpack to documentation" implementing PR comments implementing PR comments * replace tether with popper
-
- 25 May, 2017 1 commit
-
-
Ayachii authored
* Fixed dead link to browser list The link to the list of browsers supported through Autoprefixer was dead, now updated to a working link. * Updated label to display new file path Changed the labeling on the updated link to show read as the new updated file path.
-
- 24 May, 2017 5 commits
- 23 May, 2017 2 commits
- 22 May, 2017 2 commits
-
-
Catalin Zalog authored
-
Johann-S authored
-
- 17 May, 2017 3 commits
-
-
Johann-S authored
-
Laussel Loïc authored
-
Johann-S authored
-
- 16 May, 2017 2 commits
- 14 May, 2017 7 commits