mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-20 11:22:15 +00:00
fix(editor): Migrate from @import to @use for SCSS files to address deprecation warnings (#17858)
This commit is contained in:
@@ -122,7 +122,7 @@ watch(
|
||||
</template>
|
||||
|
||||
<style lang="scss" module>
|
||||
@import '@/styles/variables';
|
||||
@use '@/styles/variables' as *;
|
||||
|
||||
.ioSearch {
|
||||
transition: max-width 0.3s $ease-out-expo;
|
||||
|
||||
Reference in New Issue
Block a user