aboutsummaryrefslogtreecommitdiff
path: root/scss/mixins/_box-shadow.scss
AgeCommit message (Collapse)AuthorFilesLines
2020-08-04box-shadow() mixin allow 'null' and drop support 'none' with multiple args ↵Shohei Yoshida1-9/+7
(#30394) * Support 'null' and drop `none` with multiple args * Output a warning when use 'none' with multiple arguments * Add migration note * Update migration.md Co-authored-by: Mark Otto <[email protected]> Co-authored-by: XhmikosR <[email protected]>
2019-01-08box-shadow mixin fix (#28004)wojtask91-3/+9
2019-01-07take account 'none' for box-shadow (#27972)wojtask91-1/+10
2017-03-05Move box-shadow and transition mixins out of the main mixins file and into ↵Mark Otto1-0/+5
their own files