Fix broken tailwind import
This commit is contained in:
parent
eaf6d18bc7
commit
6eb95435ce
@ -11,6 +11,7 @@
|
||||
},
|
||||
"devDependencies": {
|
||||
"@sveltejs/adapter-auto": "next",
|
||||
"@sveltejs/adapter-static": "^1.0.0-next.26",
|
||||
"@sveltejs/kit": "next",
|
||||
"autoprefixer": "^10.4.2",
|
||||
"cssnano": "^5.0.15",
|
||||
@ -24,8 +25,5 @@
|
||||
"svelte-preprocess": "^4.10.1",
|
||||
"tailwindcss": "^3.0.13"
|
||||
},
|
||||
"type": "module",
|
||||
"dependencies": {
|
||||
"@sveltejs/adapter-static": "^1.0.0-next.25"
|
||||
}
|
||||
"type": "module"
|
||||
}
|
||||
|
||||
@ -5,7 +5,6 @@
|
||||
<meta name="description" content="" />
|
||||
<link rel="icon" href="%svelte.assets%/favicon.png" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
||||
<!--<link href="https://unpkg.com/tailwindcss@^1.0/dist/tailwind.min.css" rel="stylesheet"/>-->
|
||||
%svelte.head%
|
||||
</head>
|
||||
<body>
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
import adapter from '@sveltejs/adapter-static';
|
||||
import preprocess from 'svelte-preprocess'
|
||||
import adapter from "@sveltejs/adapter-static";
|
||||
import preprocess from "svelte-preprocess";
|
||||
|
||||
/** @type {import('@sveltejs/kit').Config} */
|
||||
const config = {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user