Gaël Poupard
89be07b51f
Prevent .row
from shrinking in flex container ( #30940 )
2020-06-24 15:16:58 +03:00
k-utsumi
c3572ceca9
Avoid duplication of container breakpoints ( #30969 )
2020-06-14 00:25:39 +03:00
Gaël Poupard
5b8163301c
Backport #30979 ( #30999 )
...
fix(grid)[manual backport]: zero min-width on .col has too much side-effects
2020-06-10 16:12:12 +03:00
Gaël Poupard
b287736327
fix(forms): IE11 misalign validation tooltips in input-groups ( #30960 )
2020-06-04 09:27:08 +03:00
XhmikosR
109ad5db90
Bump version to 4.5.0.
2020-05-12 20:44:42 +03:00
Martijn Cuppens
a66d9a3d50
Backport #30605
...
grid: checks for `$grid-columns > 0`
2020-04-28 20:59:30 +03:00
Catalin Zalog
9d0097013a
Backport #30606 ( #30612 )
...
checks for `$grid-row-columns`
2020-04-28 20:59:30 +03:00
Martijn Cuppens
9f7fc4ac2b
Deprecate bg-gradient-variant
mixin ( #30594 )
...
Co-authored-by: XhmikosR <xhmikosr@gmail.com>
2020-04-18 09:12:51 +03:00
Martijn Cuppens
4d863effdb
Backport #30512
...
Use `box-shadow` mixin for `.btn`
2020-04-13 21:12:29 +03:00
Martijn Cuppens
ddc58343d3
Backport #30480
...
Use `box-shadow` mixin for form controls
2020-04-13 21:12:29 +03:00
Martijn Cuppens
706bd3602d
Backport #30391
...
transition() mixin prevent redundant 'transition: none' and pass `null`
2020-04-13 21:12:29 +03:00
Shohei Yoshida
c40b71318c
Remove unnecessary reduce motion when $enable-transition: false
( #30183 )
2020-02-17 21:33:54 +02:00
Shohei Yoshida
c77ec4fb06
Avoid border-radius functions return negative values ( #30166 )
...
* Avoid border-radius functions return negative values
* Update _border-radius.scss
Co-authored-by: XhmikosR <xhmikosr@gmail.com>
2020-02-17 21:33:54 +02:00
Jens Luyten
7ca811315f
Prevent grid with default cols from breaking when large pre was present ( #30049 )
2020-02-17 21:33:54 +02:00
XhmikosR
593574d510
Release v4.4.0 ( #29735 )
2019-11-26 19:12:00 +02:00
XhmikosR
f12ae8cea2
Sass: fix version in deprecation messages.
...
The final version will be bumped when the next version is released.
2019-11-25 13:12:53 +02:00
Mark Otto
9be7aac831
Add make-col-auto mixin ( #29367 )
2019-11-02 10:02:07 +02:00
Martijn Cuppens
327bfca418
Fix top level ampersand ( #29518 )
...
Fixes dart sass compatibility.
2019-10-14 12:12:05 +03:00
ysds
afc9cae32c
Allow override default col width
2019-09-26 18:37:07 +03:00
Mark Otto
d08567797f
Cleanup
...
- Rename and move the variable to variables file
- Move code to the grid file
- Use the mixin to generate our own classes
- Wrap in a grid classes enabled conditional
- Document the mixin
2019-09-26 18:37:07 +03:00
Martijn Cuppens
5d39e36083
Don't bind validation to form controls
2019-09-26 18:37:07 +03:00
Martijn Cuppens
6381c63fb1
Add deprecation warning
2019-08-26 09:29:50 +02:00
Martijn Cuppens
9e1ef5623f
Deprecate nav-divider() mixin
2019-08-22 08:10:03 +02:00
Martijn Cuppens
48e86c5796
Apply at-mixin-argumentless-call-parentheses: always
stylelint rule for v4 mixins
2019-07-31 11:37:39 +03:00
Martijn Cuppens
d59aa2c702
Apply at-mixin-argumentless-call-parentheses: always
stylelint rule
2019-07-31 11:37:39 +03:00
Martijn Cuppens
c26e68427c
Backport "Use escape-svg() function ( #29077 )"
...
Adapted for v4-dev.
2019-07-30 15:43:38 +03:00
Martijn Cuppens
e61d609bc0
Ignore the bg-variant deprecation warning in our files.
2019-07-10 11:03:54 +03:00
Martijn Cuppens
de163b337c
Deprecate bg-variant()
mixin ( #28938 )
2019-06-20 21:30:09 +02:00
Sezer Esen
01a71532d9
Fix background position ( #28814 )
2019-05-30 11:58:34 +03:00
Martijn Cuppens
5c65ea6a38
Scrollbar fix ( #28417 )
2019-05-09 21:30:32 +03:00
Mark Otto
605704d7f5
Prevent form validation mixin from generating invalid CSS ( #28447 )
...
Extrapolates the previously used selector into a new mixin that only generates valid CSS by creating psuedo-classes for `valid` and `invalid`, and nothing else.
Fixes #28380 .
2019-04-29 17:41:28 +03:00
Matěj Kříž
41eea9edc4
Fix buttons :focus state styles ( #27890 )
...
* Fix buttons :focus state styles
Buttons :hover and :focus state shares styles.
Buttons :focus text color on 'a.btn' is now consistent with others '.btn'.
* `:focus` styles should be in sync with `.focus`.
So shared styles with hover were copy to focus definition. Rather then using
`hover-focus` mixin which do not contain `.focus`.
2019-04-29 17:41:28 +03:00
Martijn Cuppens
fad6dda456
Deprecate form-control-focus mixin ( #28262 )
2019-03-01 17:25:58 +02:00
Martijn Cuppens
51375abca5
Responsive font size implementation ( #23816 )
2019-02-07 23:32:05 +01:00
Martijn Cuppens
2ee8ecedf4
Deprecate img-retina()
mixin ( #28072 )
2019-02-07 19:33:57 +02:00
Martijn Cuppens
bcfb7ed159
Deprecate invisible()
mixin ( #28066 )
2019-02-07 19:19:00 +02:00
João Lucas
eb1313d213
Create border-top-left-radius
and border-bottom-right-radius
mixins ( #28100 )
...
* Create border-top-left-radius mixin
* Create border-bottom-right-radius mixin
2019-02-07 09:02:05 +01:00
Martijn Cuppens
311d6dab68
Deprecate size mixin ( #28067 )
2019-02-07 08:21:47 +01:00
Shohei Yoshida
0f8f84329b
Fix validated custom select bg color ( #28119 )
2019-01-25 20:44:52 +01:00
Martijn Cuppens
6466a0461a
Deprecate float mixins ( #28104 )
2019-01-24 22:51:36 +02:00
Martijn Cuppens
dfba588d0d
Add default value for $ignore-warning
( #28103 )
2019-01-23 05:59:15 +02:00
Martijn Cuppens
5c56e9adff
Add deprecate()
mixin ( #28092 )
2019-01-22 20:55:23 +01:00
Mark Otto
deea117293
Add form-validation-states Sass map ( #27999 )
2019-01-11 21:16:50 +02:00
wojtask9
5dcf7cd3b7
box-shadow mixin fix ( #28004 )
2019-01-08 19:42:28 +02:00
Martijn Cuppens
68062cfe60
Allow configuration of caret spacing and vertical alignment ( #27994 )
2019-01-07 18:28:21 +02:00
Martijn Cuppens
2b96e9adf1
remove screen from media query ( #27985 )
2019-01-07 18:18:43 +02:00
Mark Otto
e6b1eefc73
Add horizontal list group modifier ( #27970 )
...
Alternate take to #27683 that builds the modifier class based on min-width, such that list groups are stacked until the class's breakpoint is reached. This is less verbose, matches our primary responsive approach, and prevents an extra class. Unfortunately, I believe supporting flush list groups is too much code here, so I've skipped that and made a note in the docs.
Also added examples generate from our breakpoints data file with a protip for how to do equal width items.
2019-01-07 03:01:36 +02:00
wojtask9
42bed436e8
take account 'none' for box-shadow ( #27972 )
2019-01-07 02:52:39 +02:00
XhmikosR
f21b5f9e98
Remove unneeded stylelint disables.
2019-01-05 20:50:07 +02:00
Martijn Cuppens
39b14c9806
Blacklist border-radius property (use mixin instead) ( #27900 )
2018-12-23 09:11:11 +02:00