We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c2d0615 commit f096705Copy full SHA for f096705
boilerplates/solid/files/pages/todo/TodoList.tsx
@@ -71,6 +71,7 @@ export function TodoList(props: { initialTodoItems: { text: string }[] }) {
71
/>
72
<button
73
type="submit"
74
+ //# BATI.has("tailwindcss") || BATI.has("panda-css")
75
class={
76
BATI.has("tailwindcss")
77
? "text-white bg-blue-700 hover:bg-blue-800 focus:ring-2 focus:outline-none focus:ring-blue-300 font-medium rounded-lg text-sm w-full sm:w-auto p-2"
0 commit comments