alpinejs ready

This commit is contained in:
pvincent
2022-10-04 21:21:10 +04:00
parent a4d6a818ca
commit 409f215274
3 changed files with 13 additions and 11 deletions
+9 -8
View File
@@ -1,9 +1,10 @@
{ {
"recommendations": [ "recommendations": [
"dbaeumer.vscode-eslint", "dbaeumer.vscode-eslint",
"esbenp.prettier-vscode", "esbenp.prettier-vscode",
"streetsidesoftware.code-spell-checker", "streetsidesoftware.code-spell-checker",
"streetsidesoftware.code-spell-checker-french-reforme", "streetsidesoftware.code-spell-checker-french-reforme",
"bradlc.vscode-tailwindcss", "bradlc.vscode-tailwindcss",
] "yandeu.five-server"
} ]
}
+3 -2
View File
@@ -29,8 +29,9 @@
<link href="main.css" rel="stylesheet" /> <link href="main.css" rel="stylesheet" />
</head> </head>
<body class="bg-white dark:black m-10"> <body class="bg-gray-200 dark:black m-10" x-data="{}">
<h1 class="text-4xl font-bold">Hello Créalise</h1> <h1 class="text-4xl font-bold">Hello Créalise</h1>
<h1 class="text-3xl text-orange-500">Coucou</h1> <h2 class="text-3xl text-crealise">Tailwind ready</h2>
<h3 class="text-xl text-blue-700" x-text="'AlpineJs'+' '+'ready'"></h3>
</body> </body>
</html> </html>
+1 -1
View File
@@ -5,4 +5,4 @@ module.exports = {
extend: {}, extend: {},
}, },
plugins: [], plugins: [],
} };