v1.0.0
May 15, 2025
Initial release of the Flowkit CSS Framework.
Introducing Flowkit v2
What’s new in Flowkit v2?
New naming conventions
- Hyphens and underscores: Strategic use that mirrors generated CSS and defines component relationships. Hyphens separate modifiers and properties, while underscores connect main classes and component parts
- Combo classes: Enhanced approach to combo classes using prefixes:
is-
,on-
,gap-
, and responsive modifierstablet-
,mobile-l-
, andmobile-
. - Size scales: Full word naming (
xsmall
,small
,medium
,large
,xlarge
)
New grid system
- Basic grid classes:
grid
,grid-1-col
throughgrid-12-col
- Responsive behavior: Automatic column adjustments across breakpoints
- Spacing utilities: Integrated gap and padding controls through combo classes
- Alignment options: Horizontal and vertical alignment modifiers
- Responsive column modifiers: Breakpoint-specific column adjustments
Style guide
Simplified: All the technical documentation now is moved to the docs. Style guide keeps only top level brand styles and essential components.