aboutsummaryrefslogtreecommitdiff
path: root/src/tools/hash-text/hash-text.vue
diff options
context:
space:
mode:
authorGravatar Corentin Thomasset <corentin.thomasset74@gmail.com> 2022-04-13 22:54:57 +0200
committerGravatar Corentin Thomasset <corentin.thomasset74@gmail.com> 2022-04-13 22:54:57 +0200
commit655d9d22e3136bdf1dee29310ab04cf38596bdc8 (patch)
tree5ec9dec5d8ddc3daff46da7f074a86bee7881f3a /src/tools/hash-text/hash-text.vue
parent2632f24cc89af7dd12f7a0c1a8b58983a1bb78d8 (diff)
downloadit-tools-655d9d22e3136bdf1dee29310ab04cf38596bdc8.tar.gz
it-tools-655d9d22e3136bdf1dee29310ab04cf38596bdc8.tar.zst
it-tools-655d9d22e3136bdf1dee29310ab04cf38596bdc8.zip
refactor(style): replaced scss style block to less
Diffstat (limited to 'src/tools/hash-text/hash-text.vue')
-rw-r--r--src/tools/hash-text/hash-text.vue2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tools/hash-text/hash-text.vue b/src/tools/hash-text/hash-text.vue
index 1bec34f..7eacbf7 100644
--- a/src/tools/hash-text/hash-text.vue
+++ b/src/tools/hash-text/hash-text.vue
@@ -68,5 +68,5 @@ const hashedText = computed(() => algos[algo.value](clearText.value).toString())
const { copy } = useCopy({ source: hashedText, text: 'Hash copied to the clipboard' })
</script>
-<style lang="scss" scoped>
+<style lang="less" scoped>
</style> \ No newline at end of file