We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b313d2f + 039c56e commit 82e33f4Copy full SHA for 82e33f4
Taskfile.yaml
@@ -9,6 +9,8 @@ tasks:
9
desc: 'Setup workspace'
10
cmds:
11
- 'uv sync --frozen --all-extras --all-groups'
12
+ # TODO: It may delete this line
13
+ # - '{{.RUN_PYTHON}} python -m sass_embedded.sass'
14
- 'lefthook install'
15
- task: 'docs:apidoc'
16
verify:
src/sass_embedded/_const.py
@@ -1,7 +1,7 @@
1
"""Constants to use internal of project."""
2
3
-DART_SASS_VERSION = "1.89.2"
+DART_SASS_VERSION = "1.93.2"
4
"""Version of bundled Dart Sass."""
5
6
-EMBEDDED_PROTOCOL_VERSION = "3.1.0"
+EMBEDDED_PROTOCOL_VERSION = "3.2.0"
7
"""Version of The Embedded Sass Protocol."""
0 commit comments