[tmp] - move to cdn usage
for dev server compilation/ faster startup times
This commit is contained in:
parent
112516ccfd
commit
1473267e8c
@ -9,6 +9,7 @@
|
|||||||
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
||||||
<meta name="description" content="Lauf Für Kaya! - Admin" />
|
<meta name="description" content="Lauf Für Kaya! - Admin" />
|
||||||
<title>Lauf für Kaya! - Admin</title>
|
<title>Lauf für Kaya! - Admin</title>
|
||||||
|
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/tailwindcss@2.0.2/dist/tailwind.min.css">
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
<body>
|
<body>
|
||||||
|
@ -1,8 +1,8 @@
|
|||||||
<script>
|
<script>
|
||||||
import TailwindStyles from "./TailwindStyles.svelte";
|
|
||||||
import Router from "svelte-spa-router";
|
import Router from "svelte-spa-router";
|
||||||
import { replace } from "svelte-spa-router";
|
import { replace } from "svelte-spa-router";
|
||||||
import { wrap } from "svelte-spa-router/wrap";
|
import { wrap } from "svelte-spa-router/wrap";
|
||||||
|
// import TailwindStyles from "./TailwindStyles.svelte";
|
||||||
import localForage from "localforage";
|
import localForage from "localforage";
|
||||||
import { addMessages, init, getLocaleFromNavigator } from "svelte-i18n";
|
import { addMessages, init, getLocaleFromNavigator } from "svelte-i18n";
|
||||||
import en from "./locales/en.json";
|
import en from "./locales/en.json";
|
||||||
|
@ -1,9 +1,9 @@
|
|||||||
const sveltePreprocess = require('svelte-preprocess');
|
const sveltePreprocess = require('svelte-preprocess');
|
||||||
|
|
||||||
const preprocess = sveltePreprocess({
|
const preprocess = sveltePreprocess({
|
||||||
postcss: {
|
// postcss: {
|
||||||
plugins: [ require('tailwindcss'), require('autoprefixer') ]
|
// plugins: [ require('tailwindcss'), require('autoprefixer') ]
|
||||||
}
|
// }
|
||||||
});
|
});
|
||||||
|
|
||||||
module.exports = {
|
module.exports = {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user