forked from hoppscotch/hoppscotch
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: remove tailwindcss + introduce windicss
- Loading branch information
1 parent
3e5629e
commit 6d33132
Showing
84 changed files
with
2,109 additions
and
41,093 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,7 +8,6 @@ module.exports = { | |
{ | ||
ignoreAtRules: [ | ||
"extends", | ||
"tailwind", | ||
"apply", | ||
"variants", | ||
"responsive", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -49,18 +49,18 @@ | |
</span> | ||
<span class="flex font-mono" style="align-items: start"> | ||
<a href="mailto:[email protected]" target="_blank" rel="noopener"> | ||
<button v-tooltip="$t('contact_us')" class="icon"> | ||
<button v-tooltip="$t('contact_us')" class="icon button"> | ||
<i class="material-icons">email</i> | ||
</button> | ||
</a> | ||
<v-popover> | ||
<button v-tooltip="$t('choose_language')" class="icon"> | ||
<button v-tooltip="$t('choose_language')" class="icon button"> | ||
<i class="material-icons">translate</i> | ||
</button> | ||
<template slot="popover"> | ||
<div v-for="locale in availableLocales" :key="locale.code"> | ||
<nuxt-link :to="switchLocalePath(locale.code)"> | ||
<button v-close-popover class="icon"> | ||
<button v-close-popover class="icon button"> | ||
{{ locale.name }} | ||
</button> | ||
</nuxt-link> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.