Skip to content

New styling system

Martin Santangelo requested to merge feat/new-style-system into release/4.15.0

Summary

Following the idea of this MR !1267 (closed) of generating the styles dynamically.

  • Move current spacing to an on-demand dynamic approach
  • Move current colors to an on-demand dynamic approach
  • Move current sizes to an on-demand dynamic approach
  • Move current borders to an on-demand dynamic approach
  • Change name convention for colors
  • Remove old hard coded styles and replace them with the dynamics
  • Implement dynamic types to validate styles
  • Clean up old styling system and colors

closes #3282 (closed)

Edited by Martin Santangelo

Merge request reports