Mark Otto
66f7062e81
transitions mixin and global variable, add it to buttons
2014-07-13 13:31:07 -07:00
Mark Otto
a63c066e3d
rearrange a few things; drop compiled theme file
2014-07-11 22:46:10 -07:00
Mark Otto
f380ca21e2
Use .box-shadow() mixin so we can enable/disable them
2014-07-08 21:19:14 -07:00
Mark Otto
ff4ff3bd06
Drop: .opacity() mixin because we no longer support IE8
2014-07-08 19:22:19 -07:00
Mark Otto
f6367bc0e4
Implement the new border-radius guard: only round things if global @enable-rounded == true
2014-07-08 16:25:01 -07:00
Mark Otto
527eccaa9f
Drop: Panels completely, as they'll be replaced
2014-07-08 03:56:47 -07:00
Mark Otto
d7b38d8c4a
Drop: all vendor prefix mixins because autoprefixer
2014-07-08 02:04:48 -07:00
mrmrs
38d0908aff
Add recompiled assets after nuking toc in mixins.less.
2014-03-09 23:51:38 -07:00
mrmrs
2f380a9683
Merge branch 'master' into modular-the-mixins
...
* master:
Replace some images on the Carousel example with some base64 encoded 1x1 gifs
ugh grunt
moar grunt
mo copy
http://www.youtube.com/watch?v=AJWtLf4-WWs
grunt
Copy change
fix grammar in comment in forms.less
Fixes #12759
Fixes #12738
replace .visible-{size} with .visible-{size}-{display} ; fixes #8869
Conflicts:
dist/css/bootstrap-theme.css.map
dist/css/bootstrap.css.map
docs/assets/js/customize.min.js
docs/assets/js/raw-files.min.js
docs/dist/css/bootstrap-theme.css.map
docs/dist/css/bootstrap.css.map
less/mixins.less
2014-03-09 23:28:08 -07:00
mrmrs
348b7de7f7
Break mixins.less up into smaller modules.
...
Move all deprecated vendor prefix mixins to less/mixins/vendor-prefixes.less
Create mixins directory and move partials to that directory.
FIXES #12994
2014-03-09 23:18:48 -07:00
Mark Otto
ccb17f110d
Merge branch 'master' into fix-8869
2014-03-09 22:01:38 -07:00
Mark Otto
b69e4d636a
Reorganize mixins and G R U N T
2014-03-09 16:50:30 -07:00
mrmrs
71e9902d9a
Adjusts some section titles to be more explicit.
...
FIXES #12992
2014-03-09 16:25:27 -07:00
mrmrs
aedee95dbf
Adds basic table of contents for mixins.less. You know for the kids.
2014-03-09 16:13:37 -07:00
Zlatan Vasović
4b53ea30b4
Update .hide-text() comment
2014-03-08 10:49:48 +01:00
Bas Bosman
55b639e928
Rename properties
2014-03-07 09:50:05 +01:00
Mark Otto
c03b8f1f0f
Merge branch 'master' into pr/12670
2014-03-07 00:23:52 -08:00
Mark Otto
164b41b28d
Fixes #12937 : Darken active button states just a smidge more
2014-03-07 00:19:26 -08:00
Bas Bosman
cb7eb674ac
Add autoprefixer
2014-03-07 09:01:54 +01:00
Ahmad Nassri
de8b784913
.transition-timing-function Mixin
...
added .transition-timing-function(@timing-function) mixin, defaults to @timing-function.
2014-03-05 01:49:14 -05:00
Mark Otto
56c6525f23
Merge pull request #12863 from Sojaner/master
...
Fix for issue #12854 on push and pull resets
2014-03-04 14:21:28 -08:00
Mark Otto
1c66f30b6a
Fixes #12913 : Remove scoped media queries from custom xs grid mixins
2014-03-04 13:54:56 -08:00
Mark Otto
6bd54ef14b
100% less tumah
2014-02-27 12:17:08 -08:00
Mark Otto
ce4175b65e
Merge pull request #12855 from lipis/patch-1
...
Added the very useful .animation-fill-mode() mixin
2014-02-27 12:12:44 -08:00
Mark Otto
2e02ed4e0c
Fixes #12851 : it's not a tumah
2014-02-27 11:08:24 -08:00
Sojaner
77cd015cf0
Fix for issue #12854 where push and pull resets
...
The col-*-push-0 and col-*-pull-0 classes try to reset the positioning using 0% but this prevents the opposite direction positioning to freeze and not being set correctly.
To fix that, these must set the position to auto instead of 0% with means left:auto and right:auto instead of left:0% and right:0%.
2014-02-27 12:35:58 +03:30
Lipis
b878491b9a
Added the very useful .animation-fill-mode() mixin
...
I think that's the only animation property that was missing and it's quite useful.
https://developer.mozilla.org/en-US/docs/Web/CSS/animation-fill-mode
2014-02-26 17:59:36 +01:00
Mark Otto
66a229bdbf
Fixes #12822 : Scope panel collapse styles to immediate panel bodies only
2014-02-22 22:46:03 -08:00
Chris Rebert
bdd7651e32
replace .visible-{size} with .visible-{size}-{display} ; fixes #8869
2014-02-21 17:44:40 -08:00
Mark Otto
b01f995ad7
Merge pull request #12459 from rubenstolk/hotfix/mixins/scale
...
Make both .scale(X) and .scale(X, Y) both work
2014-02-21 17:36:47 -08:00
Mark Otto
8551f42ae2
Merge branch 'master' into pr/12412
...
Conflicts:
dist/css/bootstrap-theme.css.map
dist/css/bootstrap.css.map
dist/css/bootstrap.min.css
docs/assets/js/customize.min.js
docs/assets/js/raw-files.min.js
docs/dist/css/bootstrap-theme.css.map
docs/dist/css/bootstrap.css.map
docs/dist/css/bootstrap.min.css
test-infra/npm-shrinkwrap.canonical.json
2014-02-11 09:50:40 -08:00
Ruben Stolk
a843bfda18
Make both .scale(X) and .scale(X, Y) both work
2014-02-10 10:12:38 +05:30
Bas Bosman
a0052b5a37
Drop -o-user-select
2014-02-07 14:14:32 +01:00
Mark Otto
42d7479dbf
Merge pull request #12502 from ZDroid/moz
...
Remove redundant :-moz-placeholder styles
2014-02-06 19:31:29 -08:00
Mark Otto
45e65eef3d
Merge pull request #12025 from ZDroid/clean-visibility-mess
...
Fix #12015 and minify styles
2014-02-04 18:29:05 -08:00
Zlatan Vasović
1e09a9d1d7
Remove redundant :-moz-placeholder styles
...
No need for old Firefox versions support.
2014-02-01 14:20:41 +01:00
Mark Otto
d631e0b92d
Fix #12422 : Reset height on multiple select in input size mixin
2014-01-29 21:34:10 -08:00
Donald Pipowitch
7037c6fc72
refactored and renamed grid mixins
2014-01-28 10:48:45 +01:00
Chris Rebert
602e5f8f11
mark .box-shadow() mixin as deprecated; fixes #12396
2014-01-26 17:44:01 -08:00
Zlatan Vasović
885a870f43
Fix #12025 and minify styles
2014-01-19 12:52:31 +01:00
Mark Otto
3b6ab5075e
Merge branch 'master' into bg-variant
...
Conflicts:
less/mixins.less
2014-01-18 14:40:17 -08:00
Chris Rebert
b121207e10
refactoring: add & use .bg-variant() mixin
2014-01-15 18:21:56 -08:00
Chris Rebert
b886fd2f01
refactoring: add & use .text-emphasis-variant() mixin
2014-01-15 18:07:22 -08:00
Chris Rebert
82eccef7e3
mixins.less: fix typo in comment
2014-01-09 13:45:10 -08:00
Môshe van der Sterre
dd9c5fdb08
Small fix: I noticed the use of a deprecated variable. This seems to be the only occurrence.
2013-12-27 21:27:51 +01:00
Mark Otto
2979e4bcea
Add new form feedback states, clean up existing form styles
...
New stuff:
* Adds `.has-feedback` and `.form-control-feedback` to show icon-based
form feedback to users. Fixes #11836 .
* Removes the `width: 1em` on `.glyphicon` because it makes it
impractical to resize the width of all icons, even if they’re not
“empty” (e.g., a simple `.glyphicon { width: 30px; }` wouldn’t work,
nor would a class preceeded by a parent class.
Clean up:
* Sets `width: auto;` on all `.form-control`s within inline forms.
* Removes all the inline `select` menu `width` styles because all
inputs are now `auto`.
* Update form states docs to separate out sections better.
2013-12-15 17:15:09 -08:00
Mark Otto
a319ec5b7d
Fixes #11829 : Adds .make-xs-column mixins
2013-12-15 11:02:32 -08:00
Mark Otto
ad782ff89a
comments and spacing
2013-12-15 10:53:53 -08:00
Mark Otto
e98c2dc3ad
Merge pull request #11326 from ZDroid/animations
...
Add `.animation-*()` mixins
2013-12-14 18:58:41 -08:00
Chris Rebert
de6b9e9df1
Merge pull request #11874 from ZDroid/hotfix
...
';' isn't needed
2013-12-13 14:31:15 -08:00