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

View file

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