refactor(style): replaced scss style block to less

This commit is contained in:
Corentin Thomasset
2022-04-13 22:54:57 +02:00
parent 2632f24cc8
commit 655d9d22e3
7 changed files with 7 additions and 7 deletions

View File

@@ -98,5 +98,5 @@ const decryptOutput = computed(() => algos[decryptAlgo.value].decrypt(decryptInp
</script>
<style lang="scss" scoped>
<style lang="less" scoped>
</style>