Skip to content

Commit 4eadf37

Browse files
committed
Add REPL example
1 parent cba3124 commit 4eadf37

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

README.rst

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,14 @@ Use ``easy_install`` or ``pip``::
2121
$ easy_install libsass
2222

2323

24+
Use
25+
---
26+
27+
>>> import sass
28+
>>> print sass.compile(string='a { b { color: blue; } }')
29+
'a b {\n color: blue; }\n'
30+
31+
2432
``sass.compile()``
2533
------------------
2634

0 commit comments

Comments
 (0)