Skip to content

Commit f7a4721

Browse files
deps: Add csslib as a direct dependency
It will be used in later commits to parse inline CSS styles in HTML while parsing KaTeX HTML spans.
1 parent 0494723 commit f7a4721

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

pubspec.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -227,7 +227,7 @@ packages:
227227
source: hosted
228228
version: "3.0.6"
229229
csslib:
230-
dependency: transitive
230+
dependency: "direct main"
231231
description:
232232
name: csslib
233233
sha256: "09bad715f418841f976c77db72d5398dc1253c21fb9c0c7f0b0b985860b2d58e"

pubspec.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ dependencies:
3939
collection: ^1.17.2
4040
convert: ^3.1.1
4141
crypto: ^3.0.3
42+
csslib: ^1.0.2
4243
device_info_plus: ^11.2.0
4344
drift: ^2.23.0
4445
file_picker: ^9.0.2

0 commit comments

Comments
 (0)