diff --git a/.stylelintrc.js b/.stylelintrc.js index da0517dd4..f6776cf92 100644 --- a/.stylelintrc.js +++ b/.stylelintrc.js @@ -8,7 +8,6 @@ module.exports = { { ignoreAtRules: [ "extends", - "tailwind", "apply", "variants", "responsive", diff --git a/README.md b/README.md index e5b4113e7..91f011fb7 100644 --- a/README.md +++ b/README.md @@ -436,7 +436,7 @@ _Add-ons are developed and maintained under **[Official Hoppscotch Organization] ## **Built with** - [HTML](https://developer.mozilla.org/en-US/docs/Web/HTML) -- [CSS](https://developer.mozilla.org/en-US/docs/Web/CSS), [SCSS](https://sass-lang.com), [Tailwind CSS](https://tailwindcss.com) +- [CSS](https://developer.mozilla.org/en-US/docs/Web/CSS), [SCSS](https://sass-lang.com), [Windi CSS](https://windicss.org) - [JavaScript](https://developer.mozilla.org/en-US/docs/Web/JavaScript) - [TypeScript](https://www.typescriptlang.org) - [Vue](https://vuejs.org) diff --git a/assets/css/tailwind.css b/assets/css/tailwind.css deleted file mode 100644 index bbde77bc2..000000000 --- a/assets/css/tailwind.css +++ /dev/null @@ -1,6 +0,0 @@ -/* purgecss start ignore */ -@tailwind base; -@tailwind components; - -/* purgecss end ignore */ -@tailwind utilities; diff --git a/assets/scss/styles.scss b/assets/scss/styles.scss index a93799de2..840afb314 100644 --- a/assets/scss/styles.scss +++ b/assets/scss/styles.scss @@ -1,5 +1,3 @@ -$responsiveWidth: 767px; - *, *::before, *::after { @@ -46,7 +44,6 @@ html { body { @apply bg-primary; @apply text-secondary; - @apply text-base; @apply font-medium; @apply select-none; @apply transition-colors; @@ -140,17 +137,14 @@ main { @apply px-4; } -h1, -h2, -h3, -h4 { +.heading { @apply flex; @apply items-center; @apply m-0; @apply font-bold; } -h3.title { +h3.heading { @apply m-2; } @@ -327,7 +321,7 @@ hr { } } -button { +.button { @apply inline-flex; @apply items-center; @apply justify-center; @@ -339,7 +333,6 @@ button { @apply ease-in-out; @apply duration-150; @apply fill-current; - @apply cursor-pointer; @apply outline-none; @apply border-none; @@ -438,12 +431,12 @@ input[type="radio"], .drop-down-input, .url-field, +.input, +.select, +.textarea, kbd, -select, -input, -textarea, -pre, -code { +code, +pre { @apply flex; @apply p-4; @apply bg-primaryDark; @@ -734,7 +727,7 @@ section { width: var(--width); } -@media (max-width: $responsiveWidth) { +@media (max-width: 767px) { .content, .columns { @apply flex-col; diff --git a/components/app/Contributors.vue b/components/app/Contributors.vue index 20801f492..8037482c0 100644 --- a/components/app/Contributors.vue +++ b/components/app/Contributors.vue @@ -9,12 +9,12 @@
- @@ -56,7 +56,7 @@ target="_blank" rel="noopener" > - @@ -71,7 +71,7 @@ target="_blank" rel="noopener" > - @@ -80,7 +80,7 @@

-

Financial Contributors

+

Financial Contributors