Open
Description
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:
@use "sections/skip-link" as *;
For all modules we expose to users, but, interally, to use:
@use "~bootstrap/scss/bootstrap" as *;
for modules we don't export, and then access those using the bootstrap.
namespace.
Metadata
Assignees
Labels
No labels