Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix deprecated .css imports #18

Open
angushtlam opened this issue Jul 30, 2018 · 0 comments
Open

Fix deprecated .css imports #18

angushtlam opened this issue Jul 30, 2018 · 0 comments
Labels

Comments

@angushtlam
Copy link
Member

.css imports are deprecated.

yarn start-site
yarn run v1.7.0
$ node metalsmith/index.js
DEPRECATION WARNING on line 1, column 8 of /Users/bubo/ubacm/ubacm.org/src/site/pages/styles/index.scss:
Including .css files with @import is non-standard behaviour which will be removed in future versions of LibSass.
Use a custom importer to maintain this behaviour. Check your implementations documentation on how to create a custom importer.

DEPRECATION WARNING on line 2, column 8 of /Users/bubo/ubacm/ubacm.org/src/site/pages/styles/index.scss:
Including .css files with @import is non-standard behaviour which will be removed in future versions of LibSass.
Use a custom importer to maintain this behaviour. Check your implementations documentation on how to create a custom importer.

DEPRECATION WARNING on line 3, column 8 of /Users/bubo/ubacm/ubacm.org/src/site/pages/styles/index.scss:
Including .css files with @import is non-standard behaviour which will be removed in future versions of LibSass.
Use a custom importer to maintain this behaviour. Check your implementations documentation on how to create a custom importer.
@angushtlam angushtlam added the bug label Jul 30, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Development

No branches or pull requests

1 participant