- Notifications
You must be signed in to change notification settings - Fork9
Python bindings for libsass
License
NotificationsYou must be signed in to change notification settings
pistolero/python-scss
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
>>>importsass>>>sass.compile_string("div { a { color: black}}")'div a {\n color: black; }\n'
pip install sass
Tested with Python 2.7 and Python 3.2/3.3
Steps to compile and install:
sudo pip install Cythongit submodule initgit submodule updatecd libsassgit submodule initgit submodule updatecd ..makesudo python setup.py develop
If you want to use an alternate python, you'll have to edit the Makefile or execute those commands from activated virtualenv.
It is easy. Fork repo on GitHub, fix stuff and send me nice looking pull-request.
About
Python bindings for libsass
Resources
License
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Packages0
No packages published
Uh oh!
There was an error while loading.Please reload this page.
Contributors5
Uh oh!
There was an error while loading.Please reload this page.