Compare commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
9b2d5397e9 | ||
|
|
8d688e4587 | ||
|
|
2bbfe32c6d |
+1
-1
@@ -1 +1 @@
|
|||||||
0.0.1
|
0.0.2
|
||||||
|
|||||||
Vendored
+2
-1
@@ -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
@@ -1 +1 @@
|
|||||||
{"devDependencies": {"tailwindcss": "^3.1.8"}, version: 0.0.1}
|
{"devDependencies": {"tailwindcss": "^3.1.8"}, version: 0.0.2}
|
||||||
|
|||||||
+5
-2
@@ -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>
|
||||||
|
|||||||
@@ -0,0 +1,3 @@
|
|||||||
|
@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