Browse Source

:recycle: adding back in sss reset and helpers

tags/0.0.1
J 4 years ago
parent
commit
5a65c5dcdd
1 changed files with 3 additions and 1 deletions
  1. 3
    1
      frontend/src/App.vue

+ 3
- 1
frontend/src/App.vue View File

@@ -1,9 +1,11 @@
1 1
 <template lang="pug">
2
-main
2
+main.f-col
3 3
     router-view
4 4
 </template>
5 5
 
6 6
 <script>
7
+import * as sss from '@/sss/import.css'
8
+
7 9
 export default {
8 10
     name: 'app',
9 11
     components: {},

Loading…
Cancel
Save