add bulma and sass compilation
on production builds, create a root style.css file
This commit is contained in:
@@ -24,8 +24,7 @@
|
||||
}
|
||||
</script>
|
||||
|
||||
<style>
|
||||
body {
|
||||
background-color: #eee;
|
||||
}
|
||||
<style lang="sass">
|
||||
@import '~bulma/sass/utilities/_all'
|
||||
@import '~bulma/sass/base/_all'
|
||||
</style>
|
||||
Reference in New Issue
Block a user