old imports still work, but deprecated

This commit is contained in:
Eric Meyer 2011-02-17 18:33:51 -07:00
parent 53e975100b
commit 9a22e05949
14 changed files with 51 additions and 0 deletions

View File

@ -1,3 +1,8 @@
@import "utilities/general"; @import "utilities/general";
@import "utilities/sprites"; @import "utilities/sprites";
@import "utilities/tables"; @import "utilities/tables";
// deprecated
@import "typography/links";
@import "typography/lists";
@import "typography/text";

View File

@ -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";

View File

@ -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";

View File

@ -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";

View File

@ -0,0 +1,3 @@
@warn "This import is deprecated. Use 'compass/typography/links/hover-link' instead.";
@import "../../typography/links/hover-link";

View File

@ -0,0 +1,3 @@
@warn "This import is deprecated. Use 'compass/typography/links/link-colors' instead.";
@import "../../typography/links/link-colors";

View File

@ -0,0 +1,3 @@
@warn "This import is deprecated. Use 'compass/typography/links/unstyled-link' instead.";
@import "../../typography/links/unstyled-link";

View File

@ -0,0 +1,3 @@
@warn "This import is deprecated. Use 'compass/typography/lists/bullets' instead.";
@import "../../typography/lists/bullets";

View File

@ -0,0 +1,3 @@
@warn "This import is deprecated. Use 'compass/typography/lists/horizontal-list' instead.";
@import "../../typography/lists/horizontal-list";

View File

@ -0,0 +1,3 @@
@warn "This import is deprecated. Use 'compass/typography/lists/inline-block-list' instead.";
@import "../../typography/lists/inline-block-link";

View File

@ -0,0 +1,3 @@
@warn "This import is deprecated. Use 'compass/typography/lists/inline-list' instead.";
@import "../../typography/lists/inline-list";

View File

@ -0,0 +1,3 @@
@warn "This import is deprecated. Use 'compass/typography/text/ellipsis' instead.";
@import "../../typography/text/ellipsis";

View File

@ -0,0 +1,3 @@
@warn "This import is deprecated. Use 'compass/typography/text/nowrap' instead.";
@import "../../typography/text/nowrap";

View File

@ -0,0 +1,3 @@
@warn "This import is deprecated. Use 'compass/typography/text/replacement' instead.";
@import "../../typography/text/replacement";