@@ -1,6 +1,6 @@
{
"name": "create-stdf",
- "version": "0.0.23",
+ "version": "0.0.24",
"description": "A CLI for creating new STDF projects",
"bin": {
"create-stdf": "index.js"
@@ -1,3 +1,8 @@
+@import '@unocss/reset/tailwind.css';
+
+:root {
+ --un-default-border-color: currentColor;
+}
html {
- -webkit-tap-highlight-color: transparent;
+ -webkit-tap-highlight-color: transparent;
}
@@ -1,7 +1,6 @@
import './app.css';
import App from './App.svelte';
import 'uno.css';
-import '@unocss/reset/tailwind.css';
const app = new App({
target: document.getElementById('app'),