Skip to content

Commit d418365

Browse files
committed
postcss fix.
1 parent f9b53d4 commit d418365

File tree

2 files changed

+2
-2
lines changed
  • template/code

2 files changed

+2
-2
lines changed

template/code/tailwindcss-router/src/App.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ import HelloWorld from './components/HelloWorld.vue'
4848
</div>
4949
</template>
5050

51-
<style scoped>
51+
<style scoped lang="postcss">
5252
/* Router link active styles need to be in CSS due to dynamic class application */
5353
nav a.router-link-exact-active {
5454
@apply text-slate-800 dark:text-gray-200;

template/code/tailwindcss-typescript-router/src/App.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ import HelloWorld from './components/HelloWorld.vue'
4848
</div>
4949
</template>
5050

51-
<style scoped>
51+
<style scoped lang="postcss">
5252
/* Router link active styles need to be in CSS due to dynamic class application */
5353
nav a.router-link-exact-active {
5454
@apply text-slate-800 dark:text-gray-200;

0 commit comments

Comments
 (0)