We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a15fae7 commit 2c85d59Copy full SHA for 2c85d59
src/tailwindcss-stubs/resources/js/components/ExampleComponent.vue
@@ -1,9 +1,9 @@
1
<template>
2
<div class="flex flex-col break-words bg-white border border-2 rounded shadow-md">
3
- <div class="font-semibold bg-grey-lightest text-grey-darkest py-3 px-6 mb-0 shadow-inner">
+ <div class="font-semibold bg-gray-100 text-gray-700 py-3 px-6 mb-0 shadow-inner">
4
Example Component</div>
5
<div class="w-full p-6">
6
- <p class="text-grey-darkest">
+ <p class="text-gray-700">
7
I'm an example component.
8
</p>
9
</div>
0 commit comments