old imports still work, but deprecated
This commit is contained in:
parent
53e975100b
commit
9a22e05949
@ -1,3 +1,8 @@
|
||||
@import "utilities/general";
|
||||
@import "utilities/sprites";
|
||||
@import "utilities/tables";
|
||||
|
||||
// deprecated
|
||||
@import "typography/links";
|
||||
@import "typography/lists";
|
||||
@import "typography/text";
|
||||
|
@ -0,0 +1,5 @@
|
||||
@warn "This import is deprecated. Use 'compass/typography/links' instead.";
|
||||
|
||||
@import "../typography/links/hover-link";
|
||||
@import "../typography/links/link-colors";
|
||||
@import "../typography/links/unstyled-link";
|
@ -0,0 +1,6 @@
|
||||
@warn "This import is deprecated. Use 'compass/typography/lists' instead.";
|
||||
|
||||
@import "../typography/lists/horizontal-list";
|
||||
@import "../typography/lists/inline-list";
|
||||
@import "../typography/lists/inline-block-list";
|
||||
@import "../typography/lists/bullets";
|
@ -0,0 +1,5 @@
|
||||
@warn "This import is deprecated. Use 'compass/typography/text' instead.";
|
||||
|
||||
@import "../typography/text/ellipsis";
|
||||
@import "../typography/text/nowrap";
|
||||
@import "../typography/text/replacement";
|
@ -0,0 +1,3 @@
|
||||
@warn "This import is deprecated. Use 'compass/typography/links/hover-link' instead.";
|
||||
|
||||
@import "../../typography/links/hover-link";
|
@ -0,0 +1,3 @@
|
||||
@warn "This import is deprecated. Use 'compass/typography/links/link-colors' instead.";
|
||||
|
||||
@import "../../typography/links/link-colors";
|
@ -0,0 +1,3 @@
|
||||
@warn "This import is deprecated. Use 'compass/typography/links/unstyled-link' instead.";
|
||||
|
||||
@import "../../typography/links/unstyled-link";
|
@ -0,0 +1,3 @@
|
||||
@warn "This import is deprecated. Use 'compass/typography/lists/bullets' instead.";
|
||||
|
||||
@import "../../typography/lists/bullets";
|
@ -0,0 +1,3 @@
|
||||
@warn "This import is deprecated. Use 'compass/typography/lists/horizontal-list' instead.";
|
||||
|
||||
@import "../../typography/lists/horizontal-list";
|
@ -0,0 +1,3 @@
|
||||
@warn "This import is deprecated. Use 'compass/typography/lists/inline-block-list' instead.";
|
||||
|
||||
@import "../../typography/lists/inline-block-link";
|
@ -0,0 +1,3 @@
|
||||
@warn "This import is deprecated. Use 'compass/typography/lists/inline-list' instead.";
|
||||
|
||||
@import "../../typography/lists/inline-list";
|
@ -0,0 +1,3 @@
|
||||
@warn "This import is deprecated. Use 'compass/typography/text/ellipsis' instead.";
|
||||
|
||||
@import "../../typography/text/ellipsis";
|
@ -0,0 +1,3 @@
|
||||
@warn "This import is deprecated. Use 'compass/typography/text/nowrap' instead.";
|
||||
|
||||
@import "../../typography/text/nowrap";
|
@ -0,0 +1,3 @@
|
||||
@warn "This import is deprecated. Use 'compass/typography/text/replacement' instead.";
|
||||
|
||||
@import "../../typography/text/replacement";
|
Loading…
Reference in New Issue
Block a user