@vuetify/vue-repl 1.5.0 → 1.6.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/style.css +44 -1
- package/dist/vue-repl.js +19452 -1163
- package/dist/vue-repl.js.map +1 -1
- package/package.json +7 -1
package/dist/style.css
CHANGED
|
@@ -367,6 +367,9 @@
|
|
|
367
367
|
.cm-s-default .cm-meta {
|
|
368
368
|
color: #555;
|
|
369
369
|
}
|
|
370
|
+
.cm-s-default .cm-mustache {
|
|
371
|
+
color: var(--base);
|
|
372
|
+
}
|
|
370
373
|
.cm-s-default .cm-qualifier {
|
|
371
374
|
color: var(--qualifier);
|
|
372
375
|
}
|
|
@@ -639,6 +642,46 @@ span.CodeMirror-selectedtext {
|
|
|
639
642
|
background: none;
|
|
640
643
|
}
|
|
641
644
|
|
|
645
|
+
/* Emmet */
|
|
646
|
+
.emmet-abbreviation {
|
|
647
|
+
border-bottom: 1px solid rgba(0, 180, 0, 0.3);
|
|
648
|
+
border-radius: 2px;
|
|
649
|
+
}
|
|
650
|
+
|
|
651
|
+
.emmet-abbreviation-preview {
|
|
652
|
+
background: #111;
|
|
653
|
+
border-radius: 4px;
|
|
654
|
+
overflow: hidden;
|
|
655
|
+
z-index: 2;
|
|
656
|
+
}
|
|
657
|
+
|
|
658
|
+
.emmet-abbreviation-preview .CodeMirror-cursors {
|
|
659
|
+
display: none;
|
|
660
|
+
}
|
|
661
|
+
|
|
662
|
+
.emmet-abbreviation-preview .CodeMirror-vscrollbar {
|
|
663
|
+
overflow: hidden;
|
|
664
|
+
}
|
|
665
|
+
|
|
666
|
+
.emmet-abbreviation-preview .CodeMirror-sizer {
|
|
667
|
+
border-right: 0;
|
|
668
|
+
}
|
|
669
|
+
|
|
670
|
+
.emmet-open-tag, .emmet-close-tag {
|
|
671
|
+
text-decoration: underline;
|
|
672
|
+
}
|
|
673
|
+
|
|
674
|
+
.emmet-tag-preview {
|
|
675
|
+
background: #117700;
|
|
676
|
+
color: #ffffff;
|
|
677
|
+
border-radius: 2px;
|
|
678
|
+
padding: 2px 4px;
|
|
679
|
+
font-size: 0.8em;
|
|
680
|
+
opacity: 0.6;
|
|
681
|
+
margin-top: -16px;
|
|
682
|
+
margin-left: 2px;
|
|
683
|
+
}
|
|
684
|
+
|
|
642
685
|
.editor {
|
|
643
686
|
position: relative;
|
|
644
687
|
height: 100%;
|
|
@@ -720,7 +763,7 @@ pre[data-v-92411507] {
|
|
|
720
763
|
transform: translate(0, 10px);
|
|
721
764
|
}
|
|
722
765
|
|
|
723
|
-
.editor-container[data-v-
|
|
766
|
+
.editor-container[data-v-03485b48] {
|
|
724
767
|
height: calc(100% - var(--header-height));
|
|
725
768
|
overflow: hidden;
|
|
726
769
|
position: relative;
|