Skip to content
Pavilion edited this page Jun 3, 2016 · 6 revisions

Roadmap Pavilion 1.x.x

  • Expand flexbox capabilities
    • Breakpoint specific flex columns
    • More flexbox utilities
  • Autocomplete libraries for Sublime Text / Atom
  • Create layout examples for the docs

The future for Pavilion 2.x.x

Pavilion 1.0 uses classes that dictate style and form trough the DOM's markup. Which is problematic if you want a clean DOM with semantic classes. That's why all of the breakpoint-dependent classes will move to mixins for more control and a leaner stylesheet.

  • Move components to Sass mixins and functions
    • Breakpoints
    • Grid
    • Utilities
    • Typography
    • Buttons
  • Remove redundant classes as styling will be removed from DOM markup
  • Autocomplete libraries for Sublime Text / Atom
Clone this wiki locally