2 Definitions
aleidk edited this page 2024-09-06 12:29:24 -04:00

Project definition and Scope

Main idea

This is a minimal and strip down version of Boostrap. 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, positioning, spacing, etc. (for a list of implemented utilities, please see Utilities)
  • 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