Feat/tailwind (#1179)
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
<template>
|
||||
<div>
|
||||
<ul>
|
||||
<ul class="flex-col">
|
||||
<div class="show-on-large-screen">
|
||||
<li>
|
||||
<input
|
||||
@@ -38,13 +38,6 @@
|
||||
</div>
|
||||
</template>
|
||||
|
||||
<style scoped lang="scss">
|
||||
ul,
|
||||
ol {
|
||||
flex-direction: column;
|
||||
}
|
||||
</style>
|
||||
|
||||
<script>
|
||||
import { fb } from "~/helpers/fb"
|
||||
import addIcon from "~/static/icons/add-24px.svg?inline"
|
||||
|
||||
Reference in New Issue
Block a user