update Definitions
parent
e715face8a
commit
4798099c1a
1 changed files with 21 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue