adapt nuxt config to use hoisting @use imports

This commit is contained in:
mahula 2024-10-27 11:06:10 +01:00
parent 035c1943f7
commit 09498bc4e5
2 changed files with 2 additions and 2 deletions

View File

@ -17,9 +17,8 @@ export default {
}
</script>
@use 'sass:math';
<style lang="scss">
@use 'sass:math';
.hc-badges {
text-align: center;
position: relative;

View File

@ -107,6 +107,7 @@ export default {
'~assets/styles/imports/_branding.scss',
'~assets/_new/styles/export.scss',
],
hoistUseStatements: true,
},
/*