refactor: migrate to Sass modules and CSS logical properties and values

This commit is contained in:
mrholek
2025-02-14 13:17:16 +01:00
parent 10252d534a
commit ff804af036
7 changed files with 73 additions and 102 deletions
+2 -2
View File
@@ -36,7 +36,7 @@ onBeforeMount(() => {
<style lang="scss">
// Import Main styles for this application
@import 'styles/style';
@use 'styles/style';
// We use those styles to show code examples, you should remove them in your application.
@import 'styles/examples';
@use 'styles/examples';
</style>