stable

Clone or download

Read-only

Use @use instead of @import when processing tlp SCSS components

This make the dependency between the different components explicit. This way it is easier to re-use some parts in a scoped Vue app. In any cases @import is deprecated so moving away from it is a good thing. sass has been upgraded (1.32.2 -> 1.49.9) to pull a fix regarding the usage of @use with placeholders. See https://github.com/sass/dart-sass/blob/1.49.9/CHANGELOG.md Part of story #23469: export reports with linked artifact in xlsx format Change-Id: I77ef90f6908592e1e05f4279e72653fd30703128

Modified Files

Name
M package.json +1 −1 Go to diff View file
M pnpm-lock.yaml +28 −17 Go to diff View file
M src/themes/tlp/src/scss/_components.scss +20 −20 Go to diff View file
M src/themes/tlp/src/scss/components/_forms.scss +2 −0 Go to diff View file
M src/themes/tlp/src/scss/components/_pagination.scss +2 −2 Go to diff View file
M src/themes/tlp/src/scss/components/_tabs.scss +1 −1 Go to diff View file
M src/themes/tlp/src/scss/tlp.scss +4 −4 Go to diff View file