SASS is deprecating @import
#2084
Labels
tag: CSS
CSS and SCSS related issues
tag: dependencies
Pull requests that update a dependencies or that is related to PST dependencies
See https://sass-lang.com/documentation/breaking-changes/import/ and executablebooks/sphinx-design#231
Bootstrap issue (they're aiming for v6)
I think what we want in our
index.scss
is to do:For all modules we expose to users, but, interally, to use:
for modules we don't export, and then access those using the
bootstrap.
namespace.The text was updated successfully, but these errors were encountered: