Initial commit
parents
No related branches found
No related tags found
Showing
- .gitignore 5 additions, 0 deletions.gitignore
- Makefile 23 additions, 0 deletionsMakefile
- block.py 62 additions, 0 deletionsblock.py
- csscomp.py 132 additions, 0 deletionscsscomp.py
- properties.py 10 additions, 0 deletionsproperties.py
- tests/run.py 8 additions, 0 deletionstests/run.py
- tests/test_base.py 12 additions, 0 deletionstests/test_base.py
- tests/test_block.py 80 additions, 0 deletionstests/test_block.py
- tests/test_properties.py 14 additions, 0 deletionstests/test_properties.py
.gitignore
0 → 100644
Makefile
0 → 100644
block.py
0 → 100644
csscomp.py
0 → 100755
properties.py
0 → 100644
tests/run.py
0 → 100644
tests/test_base.py
0 → 100644
tests/test_block.py
0 → 100644
tests/test_properties.py
0 → 100644
Please register or sign in to comment