Natura11y Inclusive Framework
Natura11y is an open-source front-end toolkit for building modern websites. It's easy to use for developers at different skill levels.
CDNs
Natura11y Icons:
https://cdn.jsdelivr.net/npm/natura11y-icons@v2/dist/natura11y-icons.min.css
Natura11y Stylesheet:
https://cdn.jsdelivr.net/gh/cavidano/natura11y@4.0/dist/css/natura11y.min.css
Natura11y JS:
https://cdn.jsdelivr.net/gh/cavidano/natura11y@4.0/dist/js/natura11y.min.js
Related:
Branch Naming Conventions
To keep our development organized and maintain a clear workflow, we use specific prefixes for our branches. This helps identify the purpose of each branch at a glance. Below is a summary of our branch naming conventions:
release/
: Prepares a new release version (e.g.,release/4.0.0-alpha
).feature/
: Develops new features or enhancements (e.g.,feature/add-track-component
).fix/
: Fixes bugs or minor issues (e.g.,fix/button-styling
).test/
orexperiment/
: Tests or experiments with new ideas (e.g.,test/alpha-search-tweaks
).chore/
: Routine tasks, maintenance, or minor updates (e.g.,chore/update-dependencies
).
How to Contribute
When creating a new branch, please follow the naming conventions above. This helps keep our workflow clear and organized. Feel free to refer to this guide as your "cheat sheet" while working on the project!
Thanks
Many thanks to BrowserStack for the ability to test Natura11y in different browsers.