CSS
Overview
CSS is a class in Aspose.Html FOSS for Python.
Namespace class for CSS static utilities (CSS Conditional Rules §6).
This class provides 1 method for working with CSS objects in Python programs.
Available methods include: supports.
All public members are accessible to any Python application after installing the Aspose.Html FOSS for Python package.
Methods
| Signature | Description |
|---|---|
supports(property_or_condition: str, value: str | None) → bool | Return True when the CSS feature described by the arguments is supported. |