diff --git a/.prettierrc b/.prettierrc index 73f18100..4d768e7e 100644 --- a/.prettierrc +++ b/.prettierrc @@ -1,5 +1,6 @@ { "plugins": ["prettier-plugin-organize-imports", "prettier-plugin-packagejson", "prettier-plugin-tailwindcss"], "printWidth": 120, - "singleQuote": true + "singleQuote": true, + "tailwindFunctions": ["clsx", "tv", "twMerge", "twJoin"] } diff --git a/index.html b/index.html index c79cbece..2df5196e 100644 --- a/index.html +++ b/index.html @@ -1,42 +1,46 @@ + + + + + + Atlas Utah : Provided by the UGRC + + + + + + + + + + + + + + + + + + + + + + - - - - - - Atlas Utah : Provided by the UGRC - - - - - - - - - - - - - - - - - - - - - - - - - -
- - - + + +
+ + diff --git a/package.json b/package.json index bb779615..e61310c2 100644 --- a/package.json +++ b/package.json @@ -5,11 +5,11 @@ "type": "module", "scripts": { "build": "tsc -b && vite build", + "check": "tsc -b", "copy:arcgis": "cpy \"./node_modules/@arcgis/core/assets/**\" ./public/assets", "dev": "npm start", "format": "prettier . --write", "lint": "eslint . --report-unused-disable-directives --max-warnings 0", - "check": "tsc -b", "preview": "vite preview", "start": "vite", "start:ci": "vite --host",