still working the prettydiff2
This commit is contained in:
parent
9f44a63cd0
commit
c9f2f1fbd3
|
@ -113,6 +113,7 @@
|
|||
.slideIn {
|
||||
.animation(SlideIn, 0.5s);
|
||||
}
|
||||
|
||||
@-webkit-keyframes SlideIn {
|
||||
0% {
|
||||
.transform(translateY(-100%));
|
||||
|
|
|
@ -17,7 +17,7 @@
|
|||
]
|
||||
</script>
|
||||
|
||||
<style scoped>
|
||||
<style scoped="scoped">
|
||||
:scope {
|
||||
font-size: 2rem;
|
||||
}
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
/* kendo UI */
|
||||
|
||||
@import "variables";
|
||||
|
||||
// slider
|
||||
|
|
|
@ -175,7 +175,7 @@
|
|||
"node-dir": "0.1.17",
|
||||
"node-uuid": "1.4.8",
|
||||
"open": "0.0.5",
|
||||
"prettydiff2": ">2.2.3",
|
||||
"prettydiff2": ">2.2.5",
|
||||
"pug-beautify": "^0.1.1",
|
||||
"remark": "6.0.1",
|
||||
"season": "6.0.0",
|
||||
|
|
Loading…
Reference in New Issue