mirror of
https://github.com/bitinflow/expose.git
synced 2026-03-13 13:35:54 +00:00
Use Tailwind Play CDN
This commit is contained in:
BIN
builds/expose
BIN
builds/expose
Binary file not shown.
@@ -24,7 +24,7 @@
|
|||||||
"cboden/ratchet": "^0.4.3",
|
"cboden/ratchet": "^0.4.3",
|
||||||
"clue/block-react": "^1.4",
|
"clue/block-react": "^1.4",
|
||||||
"clue/buzz-react": "^2.9",
|
"clue/buzz-react": "^2.9",
|
||||||
"clue/reactphp-sqlite": "dev-modular-worker-for-phar-support",
|
"clue/reactphp-sqlite": "^1.4",
|
||||||
"guzzlehttp/guzzle": "^7.2",
|
"guzzlehttp/guzzle": "^7.2",
|
||||||
"guzzlehttp/psr7": "^1.7",
|
"guzzlehttp/psr7": "^1.7",
|
||||||
"illuminate/log": "^8.0",
|
"illuminate/log": "^8.0",
|
||||||
@@ -66,12 +66,6 @@
|
|||||||
"Tests\\": "tests/"
|
"Tests\\": "tests/"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"repositories": [
|
|
||||||
{
|
|
||||||
"type": "vcs",
|
|
||||||
"url": "https://github.com/seankndy/reactphp-sqlite"
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"minimum-stability": "dev",
|
"minimum-stability": "dev",
|
||||||
"prefer-stable": true,
|
"prefer-stable": true,
|
||||||
"bin": [
|
"bin": [
|
||||||
|
|||||||
@@ -2,9 +2,9 @@
|
|||||||
<head>
|
<head>
|
||||||
<title>Expose Dashboard :: {{ subdomains|join(", ") }}</title>
|
<title>Expose Dashboard :: {{ subdomains|join(", ") }}</title>
|
||||||
<script src="https://cdn.jsdelivr.net/npm/vue@2.5.17/dist/vue.js"></script>
|
<script src="https://cdn.jsdelivr.net/npm/vue@2.5.17/dist/vue.js"></script>
|
||||||
<script src="https://unpkg.com/tailwindcss-jit-cdn@1.2.0"></script>
|
<script src="https://cdn.tailwindcss.com"></script>
|
||||||
<script type="tailwind-config">
|
<script>
|
||||||
{
|
tailwind.config = {
|
||||||
"darkMode": "class",
|
"darkMode": "class",
|
||||||
"theme": {
|
"theme": {
|
||||||
"extend": {
|
"extend": {
|
||||||
@@ -15,7 +15,7 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
</script>
|
</script>
|
||||||
<style type="postcss">
|
<style type="text/tailwindcss">
|
||||||
::selection {
|
::selection {
|
||||||
@apply bg-pink-500 bg-opacity-50;
|
@apply bg-pink-500 bg-opacity-50;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user