Releases: OktarinTentakel/jig
v1.0.0
v0.1.12-beta
v0.1.12-beta - reworked gutter-value
// unified availability of $factor parameter (mixins producing more than one value output have a $factor parameter, functions do not)
// removed $factor and $add from gutter-value function to offer uniform function interface
// fixed bug in stylus example content padding definition
v0.1.11-beta
v0.1.11-beta - added content module
// added content module, to better provide functionality based on the "content" part of jig config
// implemented Content.content-holder() to define an element adhering to content width and content padding defined in jig config
// implemented Content.content-padding-value() to retrieve content padding value for a breakpoint
// implemented Content.content-width-value() to retrieve min/max content widths defined in jig config
// implemented Content.base-font-size-value() to quickly access the base font size defined in jig config
// updated dart sass and stylus
v0.1.10-beta
v0.1.10-beta - changed breakpoint media queries from rem to em
// build-breakpoint-query functions now build queries with em (for reason see: https://zellwk.com/blog/media-query-units/)
// added to-em function
// added gitconfig
// removed docker compose version
// updated readme
v0.1.9-beta
Stylus Version Update - upped Stylus to 0.62.0 after bugs in 0.60.0 have been fixed
// switched to docker compose v2
// bumped npm dependencies
// upped version to v0.1.9-beta
v0.1.8-beta
GitHub Packages Publishing - reworked publishing workflow