update Definitions

Alexander Navarro 2024-09-06 12:29:24 -04:00
parent e715face8a
commit 4798099c1a
Signed by untrusted user who does not match committer: anavarro
GPG key ID: 6426043E9FA3E3B5

@ -1 +1,21 @@
Welcome to the Wiki. # Project definition and Scope
## Main idea
This is a minimal and strip down version of [Boostrap](https://getbootstrap.com/docs/5.3/getting-started/introduction/). By
no means it tries to implement all features of it, rather to provide a fast way
to style websites without losing the customizability required for different
websites branding.
### What is/will be implemented:
- [ ] Style normalization and reboot
- [ ] Responsive Layout system
- [ ] Utility classes like [flex controls](https://getbootstrap.com/docs/5.3/utilities/flex/), [positioning](https://getbootstrap.com/docs/5.3/utilities/position/), [spacing](https://getbootstrap.com/docs/5.3/utilities/spacing/), etc. (for a list of implemented utilities, please see [[Utilities|this link]])
- [ ] Basic animations like hover color change and move (**maybe if is not too complex to implement generically without components**)
### What won't be implemented
- Any type of component, this project tries to be agnostic of the tool used to build the frontend
- Support every css property
- Support every possible value for a property