⬆️ Upgrade to Tailwind v3.1.3

This commit is contained in:
James Panther 2022-06-17 10:20:22 +10:00
parent 95983148cb
commit a620f187e0
No known key found for this signature in database
GPG Key ID: D36F789E45745D17
5 changed files with 812 additions and 2197 deletions

View File

@ -11,6 +11,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Alt text to author image ([#8](https://github.com/jpanther/lynx/pull/8))
### Changed
- Upgrade to Tailwind v3.1.3
## [1.1.0] - 2021-11-06
### Added

File diff suppressed because it is too large Load Diff

1954
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -24,9 +24,9 @@
},
"homepage": "https://github.com/jpanther/lynx#readme",
"devDependencies": {
"@tailwindcss/typography": "^0.4.1",
"@tailwindcss/typography": "^0.5.2",
"prettier": "^2.7.1",
"prettier-plugin-go-template": "^0.0.13",
"tailwindcss": "^2.2.19"
"tailwindcss": "^3.1.3"
}
}

View File

@ -1,15 +1,12 @@
const colors = require("tailwindcss/colors");
module.exports = {
mode: "jit",
purge: {
content: [
"./layouts/**/*.html",
"./content/**/*.{html,md}",
"./themes/lynx/layouts/**/*.html",
"./themes/lynx/content/**/*.{html,md}",
],
},
darkMode: "media",
theme: {
colors: {