alpinejs ready
This commit is contained in:
Vendored
+9
-8
@@ -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
@@ -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
@@ -5,4 +5,4 @@ module.exports = {
|
|||||||
extend: {},
|
extend: {},
|
||||||
},
|
},
|
||||||
plugins: [],
|
plugins: [],
|
||||||
}
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user