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> </script>
<style lang="sass"> <style lang="postcss">
@tailwind preflight @tailwind preflight;
@tailwind components @tailwind components;
@tailwind utilities @tailwind utilities;
</style> </style>
``` ```