anchovy-css is a pure-Python CSS pre-processor. The key feature it currently offers is arbitrary selector and media query nesting. Future releases will add more feature parity with established competitors, adding inclusions, features flags, and custom properties/functions.
anchovy-css includes wheels which can be installed using pip:
pip install anchovy-css
.
Alternatively, anchovy-css may be installed directly from source:
pip install git+https://github.com/pydsigner/anchovy-css
.