mirror of https://github.com/jpanther/congo.git
⬆️ Upgrade to Tailwind v2.2.16
parent
91d2597bdf
commit
706bb54708
|
@ -11,6 +11,10 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
|
|||
- Site logo support
|
||||
- Chinese translation ([#2](https://github.com/jpanther/congo/pull/2))
|
||||
|
||||
### Changed
|
||||
|
||||
- Upgrade to Tailwind v2.2.16
|
||||
|
||||
## [1.2.1] - 2021-08-26
|
||||
|
||||
### Added
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
/*! 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 */
|
||||
|
||||
|
@ -477,6 +477,18 @@ button,
|
|||
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 {
|
||||
border-collapse: collapse;
|
||||
}
|
||||
|
|
File diff suppressed because it is too large
Load Diff
|
@ -29,6 +29,6 @@
|
|||
"prettier": "^2.3.2",
|
||||
"prettier-plugin-go-template": "^0.0.11",
|
||||
"tailwind-underline-utils": "^1.1.3",
|
||||
"tailwindcss": "^2.2.7"
|
||||
"tailwindcss": "^2.2.16"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue