Feat/tailwind (#1179)

This commit is contained in:
Liyas Thomas
2020-09-22 22:36:37 +05:30
committed by GitHub
parent 45fb612793
commit b747d0273c
59 changed files with 2020 additions and 1431 deletions

View File

@@ -3,16 +3,16 @@
</template>
<style lang="scss">
.highlight-VAR {
@apply font-bold;
color: var(--ac-color);
font-weight: bold;
}
.highlight-TEXT {
overflow: auto;
@apply overflow-auto;
@apply break-all;
height: 20px;
word-break: break-all;
}
.highlight-TEXT::-webkit-scrollbar {
display: none;
@apply hidden;
}
</style>
<script>