-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Support multiple tailwind versions (#14)
* Make individual version colour files * Remove unused code from tailwindResult * Add multiple pages using different Tailwind coloursets * update prettierignore * update prettierignore * Customise links to docs based on Tailwind version * show version in <title> * remind of version number in the input label * add a modal to explain the version numbers switcher * remove version number when on 3.3 as it'll be the default eventually * slight copy improvement to version explanation * make version selection a bit dry-er; put version selector inside a details * update browser versions * style version links a bit * add links to palettes in dialog --------- Co-authored-by: Ed Johnson-Williams <[email protected]>
- Loading branch information
Showing
15 changed files
with
1,065 additions
and
411 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 |
---|---|---|
@@ -1,5 +1,6 @@ | ||
.DS_Store | ||
node_modules | ||
/node_modules | ||
/.netlify | ||
/build | ||
/.svelte-kit | ||
/package | ||
|
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
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
Oops, something went wrong.