switched from sass to pyScss library

This commit is contained in:
2018-09-29 18:38:29 +02:00
parent 64bf6ea638
commit 947295f5c5
8 changed files with 40 additions and 35 deletions
+1 -1
View File
@@ -33,6 +33,6 @@ setup(
]
},
install_requires=[
'pyphen','sass',
'pyphen','pyScss',
],
)