sass-css3-mixins icon indicating copy to clipboard operation
sass-css3-mixins copied to clipboard

bax-shadow none

Open kotakorange opened this issue 9 years ago • 3 comments

How to make this happen?

@include box-shadow(none);

kotakorange avatar Jan 21 '16 13:01 kotakorange

Did you ever find out how to do this? I've been setting all the parameters to 0 but I always wondered how do turn it off completely

For instance for a text shadow:

@include text-shadow(0,0,0,rgba(0,0,0,0));

Paul-Morris avatar Apr 11 '18 21:04 Paul-Morris

@Paul-Morris is desired result box-shadow: none;?

cosmomathieu avatar Apr 12 '18 15:04 cosmomathieu

Yes

Paul-Morris avatar Apr 12 '18 15:04 Paul-Morris