⬆️ Upgrade to Tailwind v2.2.16

pull/10/head
James Panther 2021-09-29 10:55:03 +10:00
parent 91d2597bdf
commit 706bb54708
No known key found for this signature in database
GPG Key ID: D36F789E45745D17
4 changed files with 521 additions and 398 deletions

View File

@ -11,6 +11,10 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
- Site logo support - Site logo support
- Chinese translation ([#2](https://github.com/jpanther/congo/pull/2)) - Chinese translation ([#2](https://github.com/jpanther/congo/pull/2))
### Changed
- Upgrade to Tailwind v2.2.16
## [1.2.1] - 2021-08-26 ## [1.2.1] - 2021-08-26
### Added ### Added

View File

@ -1,6 +1,6 @@
/*! Congo v1.2.1 | MIT License | https://github.com/jpanther/congo */ /*! Congo v1.2.1 | MIT License | https://github.com/jpanther/congo */
/*! tailwindcss v2.2.7 | MIT License | https://tailwindcss.com */ /*! tailwindcss v2.2.16 | MIT License | https://tailwindcss.com */
/*! modern-normalize v1.1.0 | MIT License | https://github.com/sindresorhus/modern-normalize */ /*! modern-normalize v1.1.0 | MIT License | https://github.com/sindresorhus/modern-normalize */
@ -477,6 +477,18 @@ button,
cursor: pointer; cursor: pointer;
} }
/**
* Override legacy focus reset from Normalize with modern Firefox focus styles.
*
* This is actually an improvement over the new defaults in Firefox in our testing,
* as it triggers the better focus styles even for links, which still use a dotted
* outline in Firefox by default.
*/
:-moz-focusring {
outline: auto;
}
table { table {
border-collapse: collapse; border-collapse: collapse;
} }

899
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -29,6 +29,6 @@
"prettier": "^2.3.2", "prettier": "^2.3.2",
"prettier-plugin-go-template": "^0.0.11", "prettier-plugin-go-template": "^0.0.11",
"tailwind-underline-utils": "^1.1.3", "tailwind-underline-utils": "^1.1.3",
"tailwindcss": "^2.2.7" "tailwindcss": "^2.2.16"
} }
} }