Markup / scss refactor WIP

- Add normalize.min to styles-new;
- Factor components to be more standalone, very WIP;
This commit is contained in:
charlesh88
2018-08-09 16:02:22 -07:00
parent 4d9b7fe3e4
commit f811318d18
5 changed files with 181 additions and 123 deletions

View File

@ -1,5 +1,7 @@
<template>
<div class="l-shell-head">I'm the status bar</div>
<span class="c-status">
<span &nbsp;="" Status="" element&nbsp;=""></span>
</span>
</template>
<style lang="scss">
@ -7,6 +9,6 @@
</style>
<script>
export default {
}
export default {
}
</script>