1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-29 16:19:53 +02:00

Add deprecate() mixin (#28092)

This commit is contained in:
Martijn Cuppens
2019-01-22 20:55:23 +01:00
committed by GitHub
parent f7e8445f72
commit 5c56e9adff
5 changed files with 16 additions and 3 deletions

View File

@@ -2,6 +2,9 @@
//
// Used in conjunction with global variables to enable certain theme features.
// Deprecate
@import "mixins/deprecate";
// Utilities
@import "mixins/breakpoints";
@import "mixins/hover";