资 源 简 介
A Lesscss Compiler in Python.
Probably full of bugs with "potentially" all features apart from namespaces and accessors.
Currently this has all the features that I require, but lacks full compatibility with LessCSS.
Due to a request it is now hosted on Github https://github.com/metalshark/lesscss-python and may receive traction towards gaining full feature parity.
Open to anyone wanting to advance this project (it does not use a lexer/parser as such as it seemed more trouble than its worth to learn how they work in order to build this).
文 件 列 表
accessor.py
comment.py
constant.py
COPYING
COPYING.LESSER
importer.py
lessc.py
media.py
mixin.py
nested.py
node.py
params.py
property.py
rules.py
selector.py
test.py
test_accessor.py
test_compile.py
test_media.py
test_mixin.py
test_nested.py
test_parse.py
test_property.py
test_rules.py
test_selector.py
test_value.py
value.py
__init__.py