-
Notifications
You must be signed in to change notification settings - Fork 12
Home
Pavilion edited this page Jun 3, 2016
·
6 revisions
- Expand flexbox capabilities
- Breakpoint specific flex columns
- More flexbox utilities
- Autocomplete libraries for Sublime Text / Atom
- Create layout examples for the docs
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