Inline Tailwind directives

This commit is contained in:
Oliver Davies 2019-06-05 08:56:52 +01:00
parent e311e438ce
commit 28537b87e5
2 changed files with 8 additions and 7 deletions

View file

@ -7,8 +7,6 @@
</div>
</template>
<style src="./assets/css/app.css"></style>
<script>
import _ from 'lodash'
import AcceptedSessionsList from '@/components/AcceptedSessionsList'
@ -52,3 +50,11 @@ export default {
}
}
</script>
<style type="postcss">
@tailwind base;
@tailwind components;
@tailwind utilities;
</style>

View file

@ -1,5 +0,0 @@
@tailwind base;
@tailwind components;
@tailwind utilities;