xpodev / seamless

A Python package for creating and manipulating HTML components. It is working similar to React.js, but in Python.
https://seamless.readthedocs.io
MIT License
11 stars 1 forks source link

Rename jsx.style to jsx.styling #5

Closed binyamin555 closed 7 months ago

binyamin555 commented 7 months ago

The jsx.style submodule should be renamed to jsx.styling because it is more accurate as it holds objects that are about styling in general and not only the Style object.