3 Commits
Author SHA1 Message Date
pvincent 9b2d5397e9 tagged as 0.0.2 2022-10-04 21:20:53 +04:00
pvincent 8d688e4587 alpinejs ready 2022-10-04 21:20:39 +04:00
pvincent 2bbfe32c6d live server ok 2022-10-03 23:17:57 +04:00
6 changed files with 20 additions and 13 deletions
+1 -1
View File
@@ -1 +1 @@
0.0.1 0.0.2
+1
View File
@@ -5,5 +5,6 @@
"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"
] ]
} }
+1 -1
View File
@@ -1 +1 @@
{"devDependencies": {"tailwindcss": "^3.1.8"}, version: 0.0.1} {"devDependencies": {"tailwindcss": "^3.1.8"}, version: 0.0.2}
+5 -2
View File
@@ -26,9 +26,12 @@
}, },
}; };
</script> </script>
<link href="main.css" rel="stylesheet" />
</head> </head>
<body class="bg-white dark:bg-slate-400"> <body class="bg-gray-200 dark:black m-10" x-data="{}">
<h1>Hello Créalise</h1> <h1 class="text-4xl font-bold">Hello Créalise</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>
+3
View File
@@ -0,0 +1,3 @@
@tailwind base;
@tailwind components;
@tailwind utilities;
+1 -1
View File
@@ -5,4 +5,4 @@ module.exports = {
extend: {}, extend: {},
}, },
plugins: [], plugins: [],
} };