Skip to content

SASS is deprecating @import #2084

Open
Open
@stefanv

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions