All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog and this project adheres to Semantic Versioning.
- BREAKING changed package to type module
- github publish workflow
- breaking change: Support for PostCSS ^8.0.0.
@webtides/layouts
will no longer work with older versions of PostCSS.
rows
definition for thegrid
layoutrow-start
androw-end
definitions for theitem
layout
- flex[align] options for "start" and "end"
- flex[justify] options for "start" and "end"
- added aliases for flex[align] options -> "start" & "flex-start" and "end" & "flex-end"
- added aliases for flex[justify] options -> "start" & "flex-start" and "end" & "flex-end"
- added “full” width option to container layout
- makes fixing container width to screen size configurable
- makes the max-width option for the container plugin configurable
- makes center option editable via config for container layout
reset
attribute to container layout for resetting a previous container padding
defaults
map to config for each plugin to configure default values for viewports
plugins
map to config with a defaultselector
defined for each plugin
- initial release