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