Skip to content

SASS is deprecating @import #2084

Open
Open
@stefanv

Description

@stefanv

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

Metadata

Assignees

No one assigned

    Labels

    tag: CSSCSS and SCSS related issuestag: dependenciesPull requests that update a dependencies or that is related to PST dependencies

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions