mirror of https://github.com/seL4/docs.git
redesign: add tailwind dependencies
Signed-off-by: Gerwin Klein <gerwin.klein@proofcraft.systems>
This commit is contained in:
parent
fc5997c4d9
commit
46ce0bfad4
|
@ -8,3 +8,4 @@ _repos/
|
|||
projects/virtualization/docs/api/
|
||||
.jekyll-cache/
|
||||
vendor/
|
||||
node_modules/
|
||||
|
|
File diff suppressed because it is too large
Load Diff
|
@ -0,0 +1,11 @@
|
|||
{
|
||||
"name": "@sel4/docs",
|
||||
"version": "2.0.0",
|
||||
"dependencies": {
|
||||
"@tailwindcss/typography": "^0.5.16",
|
||||
"@tailwindcss/postcss": "^4.0.0",
|
||||
"postcss": "^8.4.49",
|
||||
"postcss-cli": "^11.0.0",
|
||||
"tailwindcss": "^4.0.0"
|
||||
}
|
||||
}
|
|
@ -0,0 +1,8 @@
|
|||
// Copyright 2025 Proofcraft Pty Ltd
|
||||
// SPDX-License-Identifier: BSD-2-Clause
|
||||
|
||||
module.exports = {
|
||||
plugins: [
|
||||
require('@tailwindcss/postcss'),
|
||||
]
|
||||
}
|
Loading…
Reference in New Issue