Skip to content
This repository was archived by the owner on Oct 24, 2025. It is now read-only.

Commit 9de489d

Browse files
authored
Merge pull request #156 from asottile/deprecate_watch
Deprecate --watch
2 parents efe4d52 + 0851d34 commit 9de489d

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

sassc.py

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,12 @@
4040
Watch file for changes. Requires the second argument (output CSS
4141
filename).
4242
43+
.. note:: Note that ``--watch`` does not understand imports. Due to this, the
44+
option is scheduled for removal in a future version. It is suggested to
45+
use a third party tool which implements intelligent watching functionality.
46+
4347
.. versionadded:: 0.4.0
48+
.. deprecated:: 0.12.0
4449
4550
.. option:: -p, --precision
4651

0 commit comments

Comments
 (0)