Change example to PostCSS
This commit is contained in:
parent
a83b16f593
commit
b4c4fdbb85
|
@ -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>
|
||||
```
|
||||
|
||||
|
|
Loading…
Reference in a new issue