diff --git a/Definitions.md b/Definitions.md index 5d08b7b..7ad4c59 100644 --- a/Definitions.md +++ b/Definitions.md @@ -1 +1,21 @@ -Welcome to the Wiki. \ No newline at end of file +# 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