-
Notifications
You must be signed in to change notification settings - Fork 0
/
TODO
26 lines (21 loc) · 860 Bytes
/
TODO
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
# SPDX-FileCopyrightText: © 2022 Sebastian Davids <[email protected]>
# SPDX-License-Identifier: Apache-2.0
= sdavids.de-homepage
Sebastian Davids <[email protected]>
* remove body-max-line-length in commitlint.config.mjs
+
https://github.com/conventional-changelog/commitlint/issues/2112
* tailwindcss >= 4
+
remove explicit lightningcss-cli step in build_css.sh, remove lightningcss-cli in package.json, and add `-m` to the tailwind-cli call
* remove noscript from tailwind.config.mjs and noscript:hidden from index.html
+
https://github.com/tailwindlabs/tailwindcss/pull/11929
* browserslist
+
remove explicit query and replace with 'baseline'
+
https://github.com/browserslist/browserslist/issues/771
* use `devEngine` instead of `engine` in `hp/package.json`
+
https://github.com/openjs-foundation/package-metadata-interoperability-collab-space/issues/15