Skip to content

pydsigner/anchovy-css

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.