restruct: updated scss @import rules to @use; package upgrade

This commit is contained in:
2025-03-04 16:16:28 +01:00
parent 91803d3fef
commit c9459eb8f4
18 changed files with 10669 additions and 2430 deletions
+3 -11
View File
@@ -21,14 +21,8 @@ export default {
data() {
return {
localeActions: [
{
name: 'POLSKI',
locale: 'pl',
},
{
name: 'ENGLISH',
locale: 'en',
},
{ name: 'POLSKI', locale: 'pl' },
{ name: 'ENGLISH', locale: 'en' },
],
};
},
@@ -46,8 +40,6 @@ export default {
</script>
<style lang="scss" scoped>
@import '../../styles/global.scss';
.logo-section {
grid-row: 1;
grid-column: 1;
@@ -66,7 +58,7 @@ export default {
button[data-selected='true'] {
font-weight: bold;
color: $accentColor;
color: global.$accentColor;
text-decoration: underline;
}
}