Mark Topper
|
0e2438b512
|
Append HoundCi fixes
https://github.com/twbs/bootstrap/pull/19639#discussion-diff-57850395
https://github.com/twbs/bootstrap/pull/19639#discussion-diff-57850397
https://github.com/twbs/bootstrap/pull/19639#discussion-diff-57850398
https://github.com/twbs/bootstrap/pull/19639#discussion-diff-57850401
https://github.com/twbs/bootstrap/pull/19639#discussion-diff-57850399
https://github.com/twbs/bootstrap/pull/19639#discussion-diff-57850402
https://github.com/twbs/bootstrap/pull/19639#discussion-diff-57850403
|
2016-03-30 10:18:36 +02:00 |
|
Mark Topper
|
3f8ec6344b
|
Update to normalize.css v4.0.0
#19575
|
2016-03-30 10:09:28 +02:00 |
|
Rakhat Jabagin
|
2eeef6d19f
|
remove empty sass if directives
|
2016-03-11 16:02:57 +06:00 |
|
Chris Rebert
|
9aed469be8
|
_reboot.scss: Capitalization & periods in comment
For consistency with the rest of the file
[ci skip]
|
2016-03-05 22:34:59 -08:00 |
|
Patrick H. Lauke
|
c4b087062d
|
Neutralize link styles for placeholder links/named anchors
|
2016-03-05 01:01:09 +00:00 |
|
Patrick H. Lauke
|
727722da59
|
Add form-control-legend
|
2016-02-19 15:51:59 +00:00 |
|
Tobias
|
bf73425277
|
Document the possibility of extending the $spacers map
It's very handy to add another spacer size (e.g. `4`) which can easily be done by extending the map.
Example:
```
$spacers: (
0: (
x: 0,
y: 0
),
1: (
x: $spacer-x,
y: $spacer-y
),
2: (
x: ($spacer-x * 1.5),
y: ($spacer-y * 1.5)
),
3: (
x: ($spacer-x * 3),
y: ($spacer-y * 3)
),
4: (
x: ($spacer-x * 5),
y: ($spacer-y * 5)
)
);
```
Closes #18706
[skip sauce]
|
2016-02-18 18:18:47 -08:00 |
|
Chris Rebert
|
105bfbc5f9
|
Extract $carousel-indicators-width variable
[skip sauce]
[skip validator]
|
2016-02-17 21:10:20 -08:00 |
|
Chris Rebert
|
1f5621f46e
|
Extract $dropdown-padding-y variable
[skip sauce]
[skip validator]
|
2016-02-17 21:07:12 -08:00 |
|
Chris Rebert
|
322f3bbe6b
|
Extract $list-group-item-heading-margin-bottom variable
[skip sauce]
[skip validator]
|
2016-02-17 21:04:06 -08:00 |
|
Mark Otto
|
bfe20c2971
|
Merge pull request #19242 from twbs/carousel-caption-width
Extract $carousel-caption-width variable
|
2016-02-17 08:55:16 -08:00 |
|
Mark Otto
|
13c8ecd893
|
Merge pull request #19239 from twbs/dropdown-margin-top
Extract $dropdown-margin-top variable
|
2016-02-17 08:54:47 -08:00 |
|
Mark Otto
|
48a338c27c
|
Merge pull request #19237 from twbs/carousel-indicator-size
Extract $carousel-indicator{-active}-size variables
|
2016-02-17 08:54:25 -08:00 |
|
Chris Rebert
|
43d0d45d0a
|
Add $gutter parameter to make-col mixin; fixes #19147
[skip sauce]
[skip validator]
|
2016-02-17 03:19:07 -08:00 |
|
Chris Rebert
|
38c3e6e4d1
|
Extract $navbar-brand-padding-y variable
[skip sauce]
[skip validator]
|
2016-02-16 23:11:25 -08:00 |
|
Chris Rebert
|
845ad69f93
|
Merge pull request #19250 from twbs/list-group-item-padding
Add $list-group-item-padding-{x,y} variables
|
2016-02-16 23:08:41 -08:00 |
|
Chris Rebert
|
aa7c5f93ce
|
Add $card-columns-sm-up-column-gap variable
[skip sauce]
[skip validator]
|
2016-02-16 23:00:58 -08:00 |
|
Chris Rebert
|
1f02ab21ee
|
Add $list-group-item-padding-{x,y} variables
[skip sauce]
[skip validator]
|
2016-02-16 22:57:10 -08:00 |
|
Ameya Pandilwar
|
4b941847f5
|
_tags.scss: Updated comments to reflect name change
Erratum from #19157
Closes #19245
|
2016-02-16 22:51:35 -08:00 |
|
Chris Rebert
|
67ecc8ca98
|
Extract $code-padding-{x,y} variables
[skip sauce]
[skip validator]
|
2016-02-16 22:45:26 -08:00 |
|
Chris Rebert
|
881e51d4a7
|
Merge pull request #19246 from twbs/code-font-size
Extract $code-font-size variable
|
2016-02-16 22:41:55 -08:00 |
|
Chris Rebert
|
9fdae5f391
|
Extract $code-font-size variable
[skip sauce]
[skip validator]
|
2016-02-16 22:37:00 -08:00 |
|
Chris Rebert
|
3a4dbd9b3a
|
Add $figure-caption-font-size variable
[skip sauce]
[skip validator]
|
2016-02-16 22:31:40 -08:00 |
|
Chris Rebert
|
cbdb043ee3
|
Extract $carousel-caption{-sm-up}-width variables
[skip sauce]
[skip validator]
|
2016-02-16 21:45:16 -08:00 |
|
Chris Rebert
|
1046e27dd3
|
Extract $dropdown-item-padding-x variable
[skip sauce]
[skip validator]
|
2016-02-16 21:16:55 -08:00 |
|
Chris Rebert
|
dcb29fc814
|
Extract $dropdown-margin-top variable
[skip sauce]
[skip validator]
|
2016-02-16 21:13:15 -08:00 |
|
Chris Rebert
|
104ace17cb
|
Extract $carousel-indicator{-active}-size variables
[skip sauce]
[skip validator]
|
2016-02-16 21:00:10 -08:00 |
|
Chris Rebert
|
ee0b3b2faa
|
Merge pull request #19235 from twbs/carousel-control-sm-up-width
Extract $carousel-control-sm-up-width variable
|
2016-02-16 20:53:53 -08:00 |
|
Chris Rebert
|
9f85c6e1d1
|
Extract $carousel-control-sm-up-size variable
[skip sauce]
[skip validator]
|
2016-02-16 20:50:48 -08:00 |
|
Mark Otto
|
63a269d78b
|
Fixes #19142 (follow-up to #18771): Restore cursor: pointer to custom radio/checkbox components
|
2016-02-16 20:34:31 -08:00 |
|
Mark Otto
|
d6207d852a
|
Merge branch 'fix-19094' of https://github.com/ameya-pandilwar/bootstrap into ameya-pandilwar-fix-19094
|
2016-02-16 20:28:51 -08:00 |
|
Mark Otto
|
e194db05c8
|
Merge branch 'v4-dev' into mark-padding
|
2016-02-16 20:25:40 -08:00 |
|
Mark Otto
|
853921df32
|
Merge pull request #19210 from twbs/small-font-size
Add $small-font-size variable
|
2016-02-16 20:23:54 -08:00 |
|
Mark Otto
|
6636e979d9
|
Merge pull request #19211 from twbs/mark-bg-var
Add $mark-bg so <mark>'s background-color can be customized independently of $state-warning-bg
|
2016-02-16 20:23:41 -08:00 |
|
Mark Otto
|
57a310c3d3
|
Merge pull request #19214 from twbs/label-font-size
Add $label-font-size variable in the name of not hardcoding values
|
2016-02-16 20:23:22 -08:00 |
|
Mark Otto
|
ca77f52875
|
Merge pull request #19215 from twbs/label-pill-border-radius
Add $label-pill-border-radius variable
|
2016-02-16 20:23:03 -08:00 |
|
Mark Otto
|
60f83096f1
|
Merge pull request #19218 from twbs/breakpoint-vars-are-minimums
Clarify that $grid-breakpoints are minimum widths for each breakpoint
|
2016-02-16 20:22:43 -08:00 |
|
Mark Otto
|
4043510e0e
|
fixes #19148 as follow up to #19099: ensure local mixin variable is used for in make-grid-columns mixin
|
2016-02-16 20:11:11 -08:00 |
|
Chris Rebert
|
ea1fa05285
|
Change comment to clarify that $grid-breakpoints are minimum widths for each breakpoint
(as opposed to maximums)
[ci skip]
|
2016-02-16 01:24:34 -08:00 |
|
Chris Rebert
|
cdc0a7a748
|
Introduce $mark-bg variable so that <mark>'s background-color can be customized independently of $state-warning-bg
[skip sauce]
[skip validator]
|
2016-02-16 00:44:55 -08:00 |
|
Chris Rebert
|
4c6946b3a9
|
Extract $dropdown-min-width variable
[skip sauce]
[skip validator]
|
2016-02-16 00:42:10 -08:00 |
|
Chris Rebert
|
08d23959ac
|
Add $label-pill-border-radius variable
[skip sauce]
[skip validator]
|
2016-02-16 00:37:45 -08:00 |
|
Chris Rebert
|
2c034cf542
|
Add $label-font-size variable in the name of not hardcoding values
[skip sauce]
[skip validator]
|
2016-02-16 00:27:53 -08:00 |
|
Chris Rebert
|
c80cf45960
|
Extract $label-pill-padding-x variable
[skip sauce]
[skip validator]
|
2016-02-16 00:25:18 -08:00 |
|
Chris Rebert
|
1d634a07ce
|
Extract $label-padding-{x,y} variables
[skip sauce]
[skip validator]
|
2016-02-16 00:18:30 -08:00 |
|
Chris Rebert
|
4278eb57ab
|
Add $small-font-size variable
[skip sauce]
[skip validator]
|
2016-02-15 23:59:53 -08:00 |
|
Chris Rebert
|
7441beba67
|
Add $mark-padding variable
[skip sauce]
[skip validator]
|
2016-02-15 23:55:20 -08:00 |
|
Chris Rebert
|
ef89acb974
|
Extract $modal-content-border-width variable
[skip sauce]
[skip validator]
|
2016-02-15 23:45:28 -08:00 |
|
Chris Rebert
|
ece0775bee
|
Extract $modal-{header,footer}-border-width variables
[skip sauce]
[skip validator]
|
2016-02-15 23:35:57 -08:00 |
|
Chris Rebert
|
e1be284d0c
|
Extract $modal-dialog-sm-up-margin-y variable
[skip sauce]
[skip validator]
|
2016-02-15 23:24:41 -08:00 |
|