-
-
Notifications
You must be signed in to change notification settings - Fork 3.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add dropdown to select version (#4842)
* add dropdown to select version * add e2e test * fix test * force the action * change pageLoadTimeout * remove e2e test as there is no v4.webpack.js.org:4200 * optimize select * add tailwindcss * hide dropdown when click outside * add icon * use select for better accessibility * define spacing * add icon * add loading indicator
- Loading branch information
Showing
9 changed files
with
323 additions
and
43 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
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 |
---|---|---|
@@ -1,3 +1,3 @@ | ||
module.exports = { | ||
plugins: [require('autoprefixer')], | ||
plugins: [require('tailwindcss'), require('autoprefixer')], | ||
}; |
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
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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 |
---|---|---|
@@ -0,0 +1,3 @@ | ||
/* @import "tailwindcss/base"; */ | ||
/* @import "tailwindcss/components"; */ | ||
@import 'tailwindcss/utilities'; |
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 |
---|---|---|
@@ -0,0 +1,38 @@ | ||
module.exports = { | ||
mode: 'jit', | ||
purge: ['./src/components/**/*.{js,jsx}'], | ||
darkMode: 'class', // or 'media' or 'class' | ||
theme: { | ||
extend: { | ||
fontSize: { | ||
14: '14px', | ||
}, | ||
}, | ||
spacing: { | ||
5: '5px', | ||
}, | ||
colors: { | ||
white: '#fff', | ||
black: '#000', | ||
transparent: 'transparent', | ||
blue: { | ||
200: '#8dd6f9', | ||
400: '#1d78c1', | ||
600: '#465E69', | ||
800: '#2B3A42', | ||
}, | ||
gray: { | ||
100: '#f2f2f2', | ||
200: '#dedede', | ||
300: '#999', | ||
500: '#666', | ||
600: '#535353', | ||
700: '#333', | ||
}, | ||
}, | ||
}, | ||
variants: { | ||
extend: {}, | ||
}, | ||
plugins: [], | ||
}; |
Oops, something went wrong.
2285083
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Successfully deployed to the following URLs: