Skip to content
Ulysse ARNAUD edited this page Jan 18, 2023 · 4 revisions

Welcome to the CSS-in-JS-in-HTML wiki!

CSS-in-JS without CSS and JS

TO DO

Stay up to date with the latest release on GitHub: ulyssear/css-in-js-in-html.

License

Changelog

No accurate changelog, the library is updated with fixes before adding new features.

Contributing

Please read through our contributing guidelines. Included are directions for opening issues, coding standards, and notes on development.

Versioning

The CSS-in-JS-in-HTML will be maintained under the Semantic Versioning guidelines as much as possible. Releases will be numbered in the following format:

<major>.<minor>.<patch>

And constructed with the following guidelines:

  • Breaking backward compatibility bumps the major (and resets the minor and patch)
  • New additions, without breaking backward compatibility bumps the minor (and reset the patch)
  • Bug fixes and misc changes bump the patch

For more information on SemVer, please visit http://semver.org.

Author

Clone this wiki locally