Hey Guys. I am using nuxt 3 with tailwindCss and Postcss. I keep getting this error [plugin:vite:css] [postcss] /home/moha/Desktop/Projects/Pare/pages/sarvice/[service].vue?vue&type=style&index=0&scoped=18a4f5a1&lang.css:3:12: Unknown word this is the page that I am getting errors on ```<template>
<div>
{{ $route.params.service }}
</div>
</template>
<script setup>
</script>