ubacm/old-ubacm.org

Fix deprecated .css imports

Opened this issue · 0 comments

.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.