feat: source + history (wip)

This commit is contained in:
Nicolas Giard
2018-11-25 01:28:20 -05:00
parent 076aeaf749
commit 78ba895eee
17 changed files with 374 additions and 81 deletions

View File

@@ -5,6 +5,7 @@
@import "../libs/animate/animate";
@import '~vue2-animate/src/sass/vue2-animate';
@import '~diff2html/dist/diff2html.min.css';
@import 'components/v-btn';
@import 'components/v-data-table';

View File

@@ -20,7 +20,7 @@ html {
}
@for $i from 1 through 25 {
@for $i from 0 through 25 {
.radius-#{$i} {
border-radius: #{$i}px;
}