⬆️ Upgrade to Tailwind v3.1.3
This commit is contained in:
parent
95983148cb
commit
a620f187e0
@ -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))
|
- 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
|
## [1.1.0] - 2021-11-06
|
||||||
|
|
||||||
### Added
|
### Added
|
||||||
|
File diff suppressed because it is too large
Load Diff
1954
package-lock.json
generated
1954
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
@ -24,9 +24,9 @@
|
|||||||
},
|
},
|
||||||
"homepage": "https://github.com/jpanther/lynx#readme",
|
"homepage": "https://github.com/jpanther/lynx#readme",
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@tailwindcss/typography": "^0.4.1",
|
"@tailwindcss/typography": "^0.5.2",
|
||||||
"prettier": "^2.7.1",
|
"prettier": "^2.7.1",
|
||||||
"prettier-plugin-go-template": "^0.0.13",
|
"prettier-plugin-go-template": "^0.0.13",
|
||||||
"tailwindcss": "^2.2.19"
|
"tailwindcss": "^3.1.3"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -1,15 +1,12 @@
|
|||||||
const colors = require("tailwindcss/colors");
|
const colors = require("tailwindcss/colors");
|
||||||
|
|
||||||
module.exports = {
|
module.exports = {
|
||||||
mode: "jit",
|
content: [
|
||||||
purge: {
|
"./layouts/**/*.html",
|
||||||
content: [
|
"./content/**/*.{html,md}",
|
||||||
"./layouts/**/*.html",
|
"./themes/lynx/layouts/**/*.html",
|
||||||
"./content/**/*.{html,md}",
|
"./themes/lynx/content/**/*.{html,md}",
|
||||||
"./themes/lynx/layouts/**/*.html",
|
],
|
||||||
"./themes/lynx/content/**/*.{html,md}",
|
|
||||||
],
|
|
||||||
},
|
|
||||||
darkMode: "media",
|
darkMode: "media",
|
||||||
theme: {
|
theme: {
|
||||||
colors: {
|
colors: {
|
||||||
|
Loading…
Reference in New Issue
Block a user