X7ROOT File Manager
Current Path:
/home/notabjze/narcev.com/media/vendor/bootstrap/scss/mixins
home
/
notabjze
/
narcev.com
/
media
/
vendor
/
bootstrap
/
scss
/
mixins
/
ðŸ“
..
📄
_alert.scss
(268 B)
📄
_border-radius.scss
(1.98 KB)
📄
_box-shadow.scss
(398 B)
📄
_breakpoints.scss
(4.38 KB)
📄
_buttons.scss
(4.13 KB)
📄
_caret.scss
(1.44 KB)
📄
_clearfix.scss
(147 B)
📄
_color-scheme.scss
(167 B)
📄
_container.scss
(265 B)
📄
_deprecate.scss
(613 B)
📄
_forms.scss
(3.8 KB)
📄
_gradients.scss
(1.92 KB)
📄
_grid.scss
(4.17 KB)
📄
_image.scss
(395 B)
📄
_list-group.scss
(509 B)
📄
_lists.scss
(168 B)
📄
_pagination.scss
(741 B)
📄
_reset-text.scss
(495 B)
📄
_resize.scss
(202 B)
📄
_table-variants.scss
(980 B)
📄
_text-truncate.scss
(168 B)
📄
_transition.scss
(661 B)
📄
_utilities.scss
(2.23 KB)
📄
_visually-hidden.scss
(1011 B)
Editing: _deprecate.scss
// Deprecate mixin // // This mixin can be used to deprecate mixins or functions. // `$enable-deprecation-messages` is a global variable, `$ignore-warning` is a variable that can be passed to // some deprecated mixins to suppress the warning (for example if the mixin is still be used in the current version of Bootstrap) @mixin deprecate($name, $deprecate-version, $remove-version, $ignore-warning: false) { @if ($enable-deprecation-messages != false and $ignore-warning != true) { @warn "#{$name} has been deprecated as of #{$deprecate-version}. It will be removed entirely in #{$remove-version}."; } }
Upload File
Create Folder