Induane
Induane
- Fixed some documentation copypasta - Added example usage to multi_replace function - Removed some old Python 2.6 string formatting
**To reproduce:** ```less .hover\:drop-shadow-sm { --tw-blur: ; --tw-brightness: ; } ``` **Current behavior:** Valid CSS yields a ParseError. Empty values are a valid part of the CSS specification; it's how...
When lazy-apps is used the mules cannot be invoked as python callables. The script path must be used instead. This patch just annotates the documentation to add that note.
- Removed empty config.cfg hack (it was an ancient workaround for a problem that no longer exists) - Updated ruff formatter config to format as python3.12 (the version of python...