Update lektor_scss plugin and its config
This commit is contained in:
parent
5f76bc7a69
commit
d50b1d35fb
|
@ -1,3 +1,4 @@
|
|||
use_compile_flag = False
|
||||
source_dir = assets/scss/
|
||||
output_dir = assets/css/
|
||||
output_style = compressed
|
||||
|
|
|
@ -382,32 +382,32 @@ markdown = "*"
|
|||
|
||||
[[package]]
|
||||
name = "lektor-scss"
|
||||
version = "1.4.2"
|
||||
version = "1.5.0"
|
||||
description = "Lektor plugin to compile css out of sass - based on libsass"
|
||||
optional = false
|
||||
python-versions = "*"
|
||||
files = [
|
||||
{file = "lektor-scss-1.4.2.tar.gz", hash = "sha256:81e22ed2916a93391e2e0775c3a58b705bd93340fe06c5db814e5623b707f925"},
|
||||
{file = "lektor_scss-1.4.2-py3-none-any.whl", hash = "sha256:d6ea6d57180a2b5a48f31f99d4ef6960813f5b29a03edba9725ee6048583f56f"},
|
||||
{file = "lektor-scss-1.5.0.tar.gz", hash = "sha256:9bc6043d07d6b91a3daf40de18682b3e4889309ab15520e5672410caea92e4bb"},
|
||||
{file = "lektor_scss-1.5.0-py3-none-any.whl", hash = "sha256:d5c9249c5de3ed89418fbc9e995da3a2e93e53dea6690ac4ddba286f14f6bc55"},
|
||||
]
|
||||
|
||||
[package.dependencies]
|
||||
libsass = "0.22.0"
|
||||
libsass = "0.23.0"
|
||||
termcolor = "*"
|
||||
|
||||
[[package]]
|
||||
name = "libsass"
|
||||
version = "0.22.0"
|
||||
version = "0.23.0"
|
||||
description = "Sass for Python: A straightforward binding of libsass for Python."
|
||||
optional = false
|
||||
python-versions = ">=3.6"
|
||||
python-versions = ">=3.8"
|
||||
files = [
|
||||
{file = "libsass-0.22.0-cp36-abi3-manylinux_2_5_x86_64.manylinux1_x86_64.whl", hash = "sha256:f1efc1b612299c88aec9e39d6ca0c266d360daa5b19d9430bdeaffffa86993f9"},
|
||||
{file = "libsass-0.22.0-cp37-abi3-macosx_10_15_x86_64.whl", hash = "sha256:081e256ab3c5f3f09c7b8dea3bf3bf5e64a97c6995fd9eea880639b3f93a9f9a"},
|
||||
{file = "libsass-0.22.0-cp37-abi3-win32.whl", hash = "sha256:89c5ce497fcf3aba1dd1b19aae93b99f68257e5f2026b731b00a872f13324c7f"},
|
||||
{file = "libsass-0.22.0-cp37-abi3-win_amd64.whl", hash = "sha256:65455a2728b696b62100eb5932604aa13a29f4ac9a305d95773c14aaa7200aaf"},
|
||||
{file = "libsass-0.22.0-cp38-abi3-macosx_14_0_arm64.whl", hash = "sha256:5fb2297a4754a6c8e25cfe5c015a3b51a2b6b9021b333f989bb8ce9d60eb5828"},
|
||||
{file = "libsass-0.22.0.tar.gz", hash = "sha256:3ab5ad18e47db560f4f0c09e3d28cf3bb1a44711257488ac2adad69f4f7f8425"},
|
||||
{file = "libsass-0.23.0-cp38-abi3-macosx_11_0_x86_64.whl", hash = "sha256:34cae047cbbfc4ffa832a61cbb110f3c95f5471c6170c842d3fed161e40814dc"},
|
||||
{file = "libsass-0.23.0-cp38-abi3-macosx_14_0_arm64.whl", hash = "sha256:ea97d1b45cdc2fc3590cb9d7b60f1d8915d3ce17a98c1f2d4dd47ee0d9c68ce6"},
|
||||
{file = "libsass-0.23.0-cp38-abi3-manylinux_2_5_x86_64.manylinux1_x86_64.whl", hash = "sha256:4a218406d605f325d234e4678bd57126a66a88841cb95bee2caeafdc6f138306"},
|
||||
{file = "libsass-0.23.0-cp38-abi3-win32.whl", hash = "sha256:31e86d92a5c7a551df844b72d83fc2b5e50abc6fbbb31e296f7bebd6489ed1b4"},
|
||||
{file = "libsass-0.23.0-cp38-abi3-win_amd64.whl", hash = "sha256:a2ec85d819f353cbe807432d7275d653710d12b08ec7ef61c124a580a8352f3c"},
|
||||
{file = "libsass-0.23.0.tar.gz", hash = "sha256:6f209955ede26684e76912caf329f4ccb57e4a043fd77fe0e7348dd9574f1880"},
|
||||
]
|
||||
|
||||
[[package]]
|
||||
|
|
Loading…
Reference in New Issue