Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 1.13 KB

README.md

File metadata and controls

20 lines (15 loc) · 1.13 KB

PyPI - Project Version PyPI - Python Version GitHub - Project License GitHub - Code Size codecov

Anchovy CSS

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.

Installation

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.