Use sass, move drupal block styles into component
This commit is contained in:
parent
c0880191e6
commit
ebf97fc10c
4 changed files with 435 additions and 33 deletions
src
17
src/App.vue
17
src/App.vue
|
@ -15,17 +15,8 @@ export default {
|
|||
}
|
||||
</script>
|
||||
|
||||
<style>
|
||||
@tailwind preflight;
|
||||
@tailwind components;
|
||||
|
||||
.widget {
|
||||
@apply bg-grey-lightest p-4;
|
||||
}
|
||||
|
||||
.widget:not(:last-child) {
|
||||
@apply mb-4;
|
||||
}
|
||||
|
||||
@tailwind utilities;
|
||||
<style lang="sass">
|
||||
@tailwind preflight
|
||||
@tailwind components
|
||||
@tailwind utilities
|
||||
</style>
|
||||
|
|
Reference in a new issue