Compare commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
5c6225c4bd |
+1
-1
@@ -1 +1 @@
|
|||||||
0.0.2
|
0.0.1
|
||||||
|
|||||||
Vendored
+1
-2
@@ -5,6 +5,5 @@
|
|||||||
"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
@@ -1 +1 @@
|
|||||||
{"devDependencies": {"tailwindcss": "^3.1.8"}, version: 0.0.2}
|
{"devDependencies": {"tailwindcss": "^3.1.8"}, version: 0.0.1}
|
||||||
|
|||||||
+2
-5
@@ -26,12 +26,9 @@
|
|||||||
},
|
},
|
||||||
};
|
};
|
||||||
</script>
|
</script>
|
||||||
<link href="main.css" rel="stylesheet" />
|
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
<body class="bg-gray-200 dark:black m-10" x-data="{}">
|
<body class="bg-white dark:bg-slate-400">
|
||||||
<h1 class="text-4xl font-bold">Hello Créalise</h1>
|
<h1>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>
|
||||||
|
|||||||
@@ -1,3 +0,0 @@
|
|||||||
@tailwind base;
|
|
||||||
@tailwind components;
|
|
||||||
@tailwind utilities;
|
|
||||||
+1
-1
@@ -5,4 +5,4 @@ module.exports = {
|
|||||||
extend: {},
|
extend: {},
|
||||||
},
|
},
|
||||||
plugins: [],
|
plugins: [],
|
||||||
};
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user