mirror of
https://github.com/IT4Change/Ocelot-Social.git
synced 2025-12-13 07:45:56 +00:00
adapt nuxt config to use hoisting @use imports
This commit is contained in:
parent
035c1943f7
commit
09498bc4e5
@ -17,9 +17,8 @@ export default {
|
|||||||
}
|
}
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
@use 'sass:math';
|
|
||||||
|
|
||||||
<style lang="scss">
|
<style lang="scss">
|
||||||
|
@use 'sass:math';
|
||||||
.hc-badges {
|
.hc-badges {
|
||||||
text-align: center;
|
text-align: center;
|
||||||
position: relative;
|
position: relative;
|
||||||
|
|||||||
@ -107,6 +107,7 @@ export default {
|
|||||||
'~assets/styles/imports/_branding.scss',
|
'~assets/styles/imports/_branding.scss',
|
||||||
'~assets/_new/styles/export.scss',
|
'~assets/_new/styles/export.scss',
|
||||||
],
|
],
|
||||||
|
hoistUseStatements: true,
|
||||||
},
|
},
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user