diff --git a/.gitignore b/.gitignore index e8f682b..f16a1ba 100644 --- a/.gitignore +++ b/.gitignore @@ -1,90 +1,35 @@ -# Created by .ignore support plugin (hsz.mobi) -### Node template -# Logs -/logs -*.log -npm-debug.log* -yarn-debug.log* -yarn-error.log* - -# Runtime data -pids -*.pid -*.seed -*.pid.lock - -# Directory for instrumented libs generated by jscoverage/JSCover -lib-cov - -# Coverage directory used by tools like istanbul -coverage - -# nyc test coverage -.nyc_output - -# Grunt intermediate storage (http://gruntjs.com/creating-plugins#storing-task-files) -.grunt - -# Bower dependency directory (https://bower.io/) -bower_components - -# node-waf configuration -.lock-wscript - -# Compiled binary addons (https://nodejs.org/api/addons.html) -build/Release - -# Dependency directories -node_modules/ -jspm_packages/ - -# TypeScript v1 declaration files -typings/ +# See https://help.github.com/articles/ignoring-files/ for more about ignoring files. -# Optional npm cache directory -.npm +# dependencies +/node_modules +/.pnp +.pnp.js -# Optional eslint cache -.eslintcache +# testing +/coverage -# Optional REPL history -.node_repl_history +# next.js +/.next/ +/out/ -# Output of 'npm pack' -*.tgz - -# Yarn Integrity file -.yarn-integrity - -# dotenv environment variables file -.env - -# parcel-bundler cache (https://parceljs.org/) -.cache - -# next.js build output -.next - -# nuxt.js build output +# production +/build .nuxt -# Nuxt generate -dist - -# vuepress build output -.vuepress/dist - -# Serverless directories -.serverless - -# IDE / Editor -.idea +# misc +.DS_Store +*.pem -# Service worker -sw.* +# debug +npm-debug.log* +yarn-debug.log* +yarn-error.log* -# macOS -.DS_Store +# local env files +.env.local +.env.development.local +.env.test.local +.env.production.local -# Vim swap files -*.swp +# vercel +.vercel diff --git a/.prettierrc b/.prettierrc deleted file mode 100644 index dd24fbe..0000000 --- a/.prettierrc +++ /dev/null @@ -1,7 +0,0 @@ -{ - "semi": false, - "singleQuote": true, - "tabWidth": 2, - "trailingComma": "es5", - "useTabs": false -} diff --git a/README.md b/README.md index 15592a0..eb230b3 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -![Hypercolor](https://user-images.githubusercontent.com/50486078/133603928-3ade1e65-6658-4a9a-a200-a3e964280a27.png) +![Hypercolor](https://hypercolor.dev/social.png) A curated collection of beautiful Tailwind CSS gradients using the full range of Tailwind CSS colors. Easily copy and paste the class names, CSS diff --git a/app.html b/app.html deleted file mode 100644 index 10bd586..0000000 --- a/app.html +++ /dev/null @@ -1,16 +0,0 @@ - - - - - - - - {{ HEAD }} - - - {{ APP }} - - diff --git a/assets/css/main.css b/assets/css/tailwind.css similarity index 95% rename from assets/css/main.css rename to assets/css/tailwind.css index 26569bf..c4354ce 100644 --- a/assets/css/main.css +++ b/assets/css/tailwind.css @@ -1,3 +1,5 @@ +@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;700;900&display=swap'); + @tailwind base; @tailwind components; @tailwind utilities; diff --git a/components/ActionSave.vue b/components/ActionSave.vue index 2ffcd9e..d6f1ff3 100644 --- a/components/ActionSave.vue +++ b/components/ActionSave.vue @@ -1,38 +1,56 @@