fat
3452e8dc83
rewritten tooltip + tether integration and death to our positioner jank
2015-05-11 23:32:37 -07:00
fat
8eee78ca15
tab es6
2015-05-11 12:29:06 -07:00
fat
2d91494d96
scrollspy es6
2015-05-11 12:05:35 -07:00
fat
ca9c850ebb
add getters for Version and Default where applicable
...
add modal my gawd
2015-05-10 19:45:38 -07:00
fat
bbb97a8660
add dropdown
2015-05-10 13:47:11 -07:00
fat
8bab38bb71
add collapse
2015-05-09 23:04:58 -07:00
fat
1b183e2ff7
carousel -> es6
2015-05-07 22:26:40 -07:00
fat
6605051882
button -> es6
2015-05-07 17:14:38 -07:00
fat
c3a79b1a8c
change the export pattern to protect against leaking globals
2015-05-07 16:34:28 -07:00
fat
0724bd91ff
es6 alert :|
2015-05-07 12:57:31 -07:00
fat
d1fbe200f4
remove closureness from plugins
2015-05-06 13:34:14 -07:00
Chris Rebert
09fb80568a
Merge pull request #114 from twbs/grunt-sass-1
...
Bump grunt-sass to ^1.0.0
2015-05-06 13:17:17 -07:00
Chris Rebert
1e85e0f891
Bump grunt-sass to ^1.0.0
2015-05-06 13:08:39 -07:00
Mark Otto
68bcb89291
Update buttons.md
2015-04-30 14:39:57 -07:00
Mark Otto
8174f6c409
update buttons role copy
...
/cc @cvrebert @patrickhlauke
2015-04-30 11:40:54 -07:00
Mark Otto
b8fa32edd2
le grunt
2015-04-29 12:02:02 -07:00
Mark Otto
d31ec33908
Fix no-label checkboxes/radios
...
Because we use `position: absolute` on our inputs, when there’s no
label the `.checkbox` ends up having no computed height. To avoid
rendering errors when there’s no label text, we reset the `position` to
`static` for normal rendering.
2015-04-29 12:01:57 -07:00
Mark Otto
ed89be1f44
Remove $line-height-computed
...
We have it set to `1` right now just to avoid compilation errors, but
it’s been replaced everywhere with our new spacer classes anywho. We’ll
likely want to remap that var to custom component vars though (e.g.,
`$pagination-margin` instead of `$spacer-y`).
2015-04-29 12:00:11 -07:00
Mark Otto
7db7e59682
spacing
2015-04-29 11:49:41 -07:00
Mark Otto
b849be2edc
rename media query var to match /cc @cvrebert
2015-04-29 11:49:25 -07:00
Mark Otto
95771f9658
clean up vars file a smidge
2015-04-29 11:48:58 -07:00
Mark Otto
a999a0aff2
remove some callouts on buttons by rewriting things a bit
2015-04-29 11:44:19 -07:00
Mark Otto
52133e41c5
grunt
2015-04-29 11:42:53 -07:00
Mark Otto
19d8585bfa
clean up sidebar styles
2015-04-29 11:42:50 -07:00
Mark Otto
47dfdc2880
darker secondary button border color
2015-04-29 11:42:38 -07:00
Mark Otto
a399d19dd3
add comments
2015-04-29 11:32:49 -07:00
Mark Otto
35f45bafed
Merge pull request #113 from twbs/at-root-group
...
Wrap `@viewport` with `@at-root` for nested import support
2015-04-29 11:30:09 -07:00
Mark Otto
9e1c4f0557
Merge pull request #111 from twbs/flex
...
$enable-flex
2015-04-29 11:28:26 -07:00
Mark Otto
d9d351e2fe
more flex grid stuff
2015-04-27 14:11:07 -07:00
Gleb Mazovetskiy
b832c3cb97
Wrap @viewport
with @at-root
for nested import
...
See https://github.com/twbs/bootstrap-sass/pull/805
2015-04-27 20:15:17 +01:00
Mark Otto
15692d5e5b
flex variation for media
2015-04-27 01:50:38 -07:00
Mark Otto
391b62f968
stub out flexbox variation for input group
2015-04-27 01:43:30 -07:00
Mark Otto
9d4d6ef3a2
stub out flexbox grid variation via -flex
2015-04-27 01:43:14 -07:00
Mark Otto
b9ed61854c
grunt
2015-04-27 00:51:34 -07:00
Mark Otto
847b7bc71e
fix up file example
2015-04-27 00:51:31 -07:00
Mark Otto
aee20f7ffc
docs note
2015-04-26 07:49:11 -07:00
Mark Otto
dc835db51c
fix progress bar animation button
2015-04-26 07:17:45 -07:00
Mark Otto
28d8849216
remove some un-used grid class resets in input groups
2015-04-26 00:18:13 -07:00
Mark Otto
efd28a5e78
unnecessary comment
2015-04-26 00:14:27 -07:00
Mark Otto
219c4cbf87
remove another extend
2015-04-26 00:08:40 -07:00
Mark Otto
6489e19530
remove more old navbar styles
2015-04-26 00:07:37 -07:00
Mark Otto
b688fe822c
remove the old navbar-form class
2015-04-26 00:06:45 -07:00
Mark Otto
7853a675f6
remove extends: navs and unstyled lists
2015-04-26 00:02:25 -07:00
Mark Otto
e815696dac
Merge branch 'v4' of https://github.com/twbs/derpstrap into v4
2015-04-25 23:53:25 -07:00
Mark Otto
3117c98f13
nav
2015-04-25 13:20:59 -07:00
Mark Otto
20543d5462
Merge pull request #109 from twbs/callout-if
...
re-work callout tag conditional
2015-04-24 15:05:57 -07:00
Thomas McDonald
58c208ec73
re-work callout tag conditional
...
Output a warning if the type is not supported and default to info
2015-04-24 22:21:12 +01:00
Chris Rebert
4c3c402b0e
forms.md: fix typo
2015-04-23 17:33:35 -07:00
Chris Rebert
ff85ad1472
card.md: fix typo
2015-04-23 17:17:48 -07:00
Chris Rebert
bce2fa4f2d
Merge pull request #28 from twbs/tooltip-display-none-error
...
throw error when trying to show tooltip on :hidden element
2015-04-23 17:15:41 -07:00