mirror of
https://github.com/Ocelot-Social-Community/Ocelot-Social.git
synced 2025-12-13 07:46:06 +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>
|
||||
|
||||
@use 'sass:math';
|
||||
|
||||
<style lang="scss">
|
||||
@use 'sass:math';
|
||||
.hc-badges {
|
||||
text-align: center;
|
||||
position: relative;
|
||||
|
||||
@ -107,6 +107,7 @@ export default {
|
||||
'~assets/styles/imports/_branding.scss',
|
||||
'~assets/_new/styles/export.scss',
|
||||
],
|
||||
hoistUseStatements: true,
|
||||
},
|
||||
|
||||
/*
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user