add bulma and sass compilation

on production builds, create a root style.css file
This commit is contained in:
2017-01-28 19:45:25 -07:00
parent ea5de580a8
commit 27bffc0f6c
6 changed files with 289 additions and 40 deletions

View File

@@ -24,8 +24,7 @@
}
</script>
<style>
body {
background-color: #eee;
}
<style lang="sass">
@import '~bulma/sass/utilities/_all'
@import '~bulma/sass/base/_all'
</style>