Skip to content

Commit

Permalink
Update website
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot authored and ondrejmirtes committed Feb 2, 2022
1 parent d614c10 commit 32e6b4c
Show file tree
Hide file tree
Showing 3 changed files with 53 additions and 238 deletions.
10 changes: 5 additions & 5 deletions website/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@
"@parcel/packager-xml": "^2.0.0",
"@parcel/transformer-raw": "^2.0.0",
"@parcel/transformer-xml": "^2.0.0",
"@tailwindcss/aspect-ratio": "^0.3.0",
"@tailwindcss/forms": "^0.3.4",
"@tailwindcss/typography": "^0.4.1",
"@tailwindcss/aspect-ratio": "^0.4.0",
"@tailwindcss/forms": "^0.4.0",
"@tailwindcss/typography": "^0.5.0",
"@types/jquery": "^3.5.5",
"autoprefixer": "^10.3.7",
"luxon": "^1.27.0",
Expand All @@ -33,10 +33,10 @@
"parcel-reporter-static-files-copy": "^1.3.0",
"postcss": "^8.3.9",
"postcss-modules": "^3.2.2",
"posthtml": "^0.15.2",
"posthtml": "^0.16.0",
"posthtml-noopener": "^1.0.5",
"reading-time": "^1.3.0",
"tailwindcss": "^2.2.17",
"tailwindcss": "^3.0.0",
"tslint": "^6.1.3",
"typescript": "^4.3.2"
},
Expand Down
22 changes: 8 additions & 14 deletions website/tailwind.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,18 +14,12 @@ module.exports = {
require('@tailwindcss/typography'),
require('@tailwindcss/aspect-ratio'),
],
purge: {
enabled: true,
content: [
'./tmp/*.html',
'./tmp/user-guide/*.html',
'./tmp/developing-extensions/*.html',
'./tmp/blog.html',
'./tmp/blog/*.html',
'./tmp/js/PlaygroundTabViewModel.ts',
],
options: {
whitelistPatterns: [/algolia/, /searchbox/, /littlefoot/],
}
},
content: [
'./tmp/*.html',
'./tmp/user-guide/*.html',
'./tmp/developing-extensions/*.html',
'./tmp/blog.html',
'./tmp/blog/*.html',
'./tmp/js/PlaygroundTabViewModel.ts',
]
}

0 comments on commit 32e6b4c

Please sign in to comment.