1 Commits
Author SHA1 Message Date
pvincent 5c6225c4bd tagged as 0.0.1 2022-10-03 23:18:09 +04:00
6 changed files with 13 additions and 20 deletions
+1 -1
View File
@@ -1 +1 @@
0.0.2
0.0.1
-1
View File
@@ -5,6 +5,5 @@
"streetsidesoftware.code-spell-checker",
"streetsidesoftware.code-spell-checker-french-reforme",
"bradlc.vscode-tailwindcss",
"yandeu.five-server"
]
}
+1 -1
View File
@@ -1 +1 @@
{"devDependencies": {"tailwindcss": "^3.1.8"}, version: 0.0.2}
{"devDependencies": {"tailwindcss": "^3.1.8"}, version: 0.0.1}
+2 -5
View File
@@ -26,12 +26,9 @@
},
};
</script>
<link href="main.css" rel="stylesheet" />
</head>
<body class="bg-gray-200 dark:black m-10" x-data="{}">
<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 class="bg-white dark:bg-slate-400">
<h1>Hello Créalise</h1>
</body>
</html>
-3
View File
@@ -1,3 +0,0 @@
@tailwind base;
@tailwind components;
@tailwind utilities;
+1 -1
View File
@@ -5,4 +5,4 @@ module.exports = {
extend: {},
},
plugins: [],
};
}