Change example to PostCSS

This commit is contained in:
Oliver Davies 2019-03-26 22:17:08 +00:00
parent a83b16f593
commit b4c4fdbb85

View file

@ -52,10 +52,10 @@ export default {
}
</script>
<style lang="sass">
@tailwind preflight
@tailwind components
@tailwind utilities
<style lang="postcss">
@tailwind preflight;
@tailwind components;
@tailwind utilities;
</style>
```