Chris Rebert
c6affe79b7
account for XL size tier in grid docs
2014-12-29 18:27:41 -08:00
Chris Rebert
b342de4fa3
Merge pull request #22 from twbs/alert-heading
...
Use .alert-heading instead of hardcoding <h4>
2014-12-29 16:04:00 -08:00
Chris Rebert
10f703f3b0
un-nest .alert-heading & .alert-link
2014-12-29 16:03:22 -08:00
Chris Rebert
54b03c27d2
Merge pull request #43 from twbs/popover-arrow
...
rename .arrow => .popover-arrow
2014-12-29 16:01:07 -08:00
Chris Rebert
e26701c04e
JSCS: enable requireSpaceBetweenArguments
...
New rule added in JSCS v1.9.0
Our JS already complies with this.
2014-12-29 14:16:26 -08:00
Chris Rebert
9867b1d49e
bump grunt-jscs to ~1.1.0
2014-12-29 14:16:00 -08:00
Chris Rebert
880642ee62
update devDependencies to match upstream
2014-12-29 14:14:57 -08:00
Chris Rebert
a0dbe55678
add missing global declaration for SimpleJekyllSearch
2014-12-29 12:42:31 -08:00
Chris Rebert
730c3f5f23
grunt dist-css
2014-12-29 12:38:53 -08:00
Chris Rebert
a0edcc9225
refactor tooltip+popover CSS to decrease chaining+nesting
2014-12-29 12:37:11 -08:00
Chris Rebert
05d1877985
update JS to use .{tooltip,popover}-{left,right,top,bottom}
2014-12-29 12:34:09 -08:00
Chris Rebert
654d0dffc9
CSS: prefix .{right,left,top,bottom} with 'tooltip-'/'popover'
2014-12-29 12:34:09 -08:00
Chris Rebert
c6ad3a8d6d
update docs to use .{tooltip,popover}-{left,right,top,bottom}
2014-12-29 12:33:06 -08:00
Chris Rebert
d46a12e601
remove now-redundant .popover parent in .popover-arrow selectors
2014-12-29 12:33:06 -08:00
Chris Rebert
6a5bc63649
rename .arrow => .popover-arrow
2014-12-29 12:33:06 -08:00
Chris Rebert
a1ce6a1968
Merge pull request #21 from twbs/deprecated-tooltip-placements
...
Remove deprecated tooltip placements
2014-12-26 12:55:08 -08:00
Gleb Mazovetskiy
556758f3d3
Merge pull request #48 from twbs/breakpoints-min
...
Automate breakpoints
2014-12-24 22:27:39 +02:00
Gleb Mazovetskiy
93f51eb0e9
Automate breakpoints
...
Breakpoints and container widths are now defined as maps.
2014-12-24 22:27:11 +02:00
Gleb Mazovetskiy
4d9aa90c8e
Merge pull request #17 from twbs/test-with-two-sasses
...
Also support Ruby Sass
2014-12-24 22:22:39 +02:00
Gleb Mazovetskiy
c0c16edc41
Update styles for Ruby Sass compat
2014-12-24 22:22:15 +02:00
Gleb Mazovetskiy
0d96695f5e
Docs: Use another Sass compiler
2014-12-24 22:21:39 +02:00
Gleb Mazovetskiy
8a51daf280
Compile with Ruby Sass or libsass.
...
* Separate configs for libsass and sass.
* Sass compiler selected based on `process.env.TWBS_SASS`.
* Travis:
* Use Gemfile to manage ruby dependencies.
* Run core tests with both Sass compilers.
* Only install/cache ruby gems required by the test subset.
* Grunt: `update-gemfile-lock` task a la `update-shrinkwrap`.
2014-12-24 22:21:39 +02:00
Mark Otto
e1bb907050
rearrange contents docs--type, tables, images, forms, etc--into own docs section
2014-12-24 03:26:51 -08:00
Mark Otto
73e59c26e6
basic docs search
2014-12-24 02:44:38 -08:00
Mark Otto
952be04cb0
grunt
2014-12-23 22:57:03 -08:00
Mark Otto
6011b4678b
rearrange some docs css
2014-12-23 22:56:45 -08:00
Mark Otto
b500713dd2
missed an end tag
2014-12-23 14:11:10 -08:00
Mark Otto
b67b2c7f49
fix up helpers docs again for .invisible and [hidden]
2014-12-23 14:00:34 -08:00
Mark Otto
6b394ab067
Merge branch 'v4' of https://github.com/twbs/derpstrap into v4
...
Conflicts:
docs/components/helpers.md
scss/_utilities.scss
2014-12-23 13:59:26 -08:00
Mark Otto
1f5a75e2d7
increase spacing in docs h2s
2014-12-23 13:56:11 -08:00
Mark Otto
ca53c93f3d
no need to mention jquery in the layout scaffolding docs
2014-12-23 13:26:37 -08:00
Mark Otto
e63a0acd3b
fix some getting started links
2014-12-23 13:25:59 -08:00
Mark Otto
0972c64e7a
fix sidenav links
2014-12-23 13:23:03 -08:00
Mark Otto
491503e4ae
audit helpers docs: fix mixins formatting for scss conversion
2014-12-23 04:53:19 -08:00
Mark Otto
dfb6a679d2
audit helpers docs: quick floats
2014-12-23 04:40:42 -08:00
Mark Otto
9aa8239f88
add some utilities docs for new hidden and show changes
2014-12-23 04:28:01 -08:00
Mark Otto
f9aec74124
add [hidden] utility for hiding any html element (see #15274 for more context)
2014-12-23 04:10:59 -08:00
Mark Otto
2b16cb921c
make some notes for myself
2014-12-23 03:57:55 -08:00
Mark Otto
5e102e2600
Merge pull request #50 from twbs/disabled-pseudo
...
use :disabled pseudo-class instead of [disabled] attribute
2014-12-22 20:13:09 -08:00
Mark Otto
c14823bd51
Merge pull request #53 from twbs/firefox-placeholder-opacity
...
Re-add Firefox placeholder opacity workaround
2014-12-22 20:11:54 -08:00
Mark Otto
c59ba4995c
Merge pull request #45 from twbs/bye-hidden
...
Remove .hidden and .show classes
2014-12-22 20:11:04 -08:00
Mark Otto
d44a1f24bf
Merge pull request #51 from twbs/old-firefox-device-pixel-ratio
...
Remove min--moz-device-pixel-ratio
2014-12-22 20:06:58 -08:00
Mark Otto
d06dcd8431
Merge pull request #27 from twbs/autoprefixer-bump-ios-safari
...
bump min iOS in Autoprefixer config to v7
2014-12-22 19:48:40 -08:00
Mark Otto
230294a63b
Merge pull request #47 from twbs/migration-catch-up
...
Migration guide catch up
2014-12-22 19:42:37 -08:00
Chris Rebert
96d273e28f
Re-add Firefox placeholder opacity workaround
2014-12-22 17:28:09 -08:00
Chris Rebert
4d8559f895
Remove min--moz-device-pixel-ratio
...
Bootstrap v4 no longer supports the old versions of Firefox affected by this typo bug.
2014-12-22 16:32:25 -08:00
Chris Rebert
9a6477662a
grunt dist
2014-12-22 13:37:31 -08:00
Chris Rebert
5b03c9ad63
[disabled] => :disabled
...
:disabled is supported in IE9+ and all modern browsers
2014-12-22 13:34:02 -08:00
Gleb Mazovetskiy
497b05c1be
Merge pull request #49 from twbs/fadein_to_fade_in
...
variables: fix fade-in
2014-12-20 16:40:08 +00:00
Gleb Mazovetskiy
e11208cc0b
variables: fix fade-in
2014-12-20 16:37:43 +00:00