-
-
Notifications
You must be signed in to change notification settings - Fork 555
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* [4.x] Tailwind 2.x Shift (#7495) * Bump Tailwind dependencies * Shift Tailwind config * Shift core Tailwind utilities * Convert to Tailwind 2.0 colors * Normalize `@apply` utility names * Revert "Convert to Tailwind 2.0 colors" This reverts commit bc898ed. * bring back enough config to compile * strip out old spacing in preparation for find + replace session * don't need custom minHeights * go back to 2 spaces to simplify the diff * Migrate our custom Tailwind sizing scale to Tailwind defaults (#7499) Co-authored-by: Jack McDade <[email protected]> --------- Co-authored-by: Shift <[email protected]> Co-authored-by: Jason Varga <[email protected]> Co-authored-by: Jesse Leite <[email protected]> * Tailwind 3.x Shift (#7511) * Bump Tailwind dependencies * Configure JIT mode * Shift core Tailwind utilities * Streamline Tailwind config file * go back to 2 spaces * revert unwanted removal --------- Co-authored-by: Shift <[email protected]> * wip * Replace SCSS comments with CSS equivalents Co-Authored-By: Jesse Leite <[email protected]> * wip Co-Authored-By: Jesse Leite <[email protected]> * Refactor away SCSS vars, mixins, extends, and general cleanup * Slide closer to tailwind defaults for borders, radius, and letters. * Get rid of superfluous blue-dark and blue-darker, consolidate more TW config * Remove unused breadcrumbs component styles * Switch grey to a 100-900 scale instead of 10-90 * playing with color * all greys are now gray * finally center that little elusive booger * set a few better default text colors * Round that 'tar * Remove unused alerts component styles * Restructure, round out, and refactor colors * Remove unused normalization * Remove utilities now present in TW3 * Remove a few last remnants of SCSS * Remove unused animations --------- Co-authored-by: Shift <[email protected]> Co-authored-by: Jason Varga <[email protected]> Co-authored-by: Jesse Leite <[email protected]>
- Loading branch information
1 parent
7580f19
commit 76a4b03
Showing
315 changed files
with
29,434 additions
and
10,876 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,8 @@ | ||
module.exports = { | ||
plugins: [ | ||
require('tailwindcss'), | ||
require('autoprefixer'), | ||
], | ||
plugins: { | ||
'postcss-import': {}, | ||
'tailwindcss/nesting': {}, | ||
tailwindcss: {}, | ||
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
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
File renamed without changes.
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.