mirror of
https://github.com/twbs/bootstrap.git
synced 2025-08-30 08:39:56 +02:00
Move box-shadow and transition mixins out of the main mixins file and into their own files
This commit is contained in:
5
scss/mixins/_box-shadow.scss
Normal file
5
scss/mixins/_box-shadow.scss
Normal file
@@ -0,0 +1,5 @@
|
||||
@mixin box-shadow($shadow...) {
|
||||
@if $enable-shadows {
|
||||
box-shadow: $shadow;
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user