Skip to content

Releases: builtbyfield/tailwind-plugins

v0.0.2-alpha

29 Oct 22:08
Compare
Choose a tag to compare
v0.0.2-alpha Pre-release
Pre-release

Introducing some more functionality with CSS grid layout and spacing utilities sizes. Adds fixes to column layout to correct order of operations on some calc()'s in col-container classes.

Working on getting documentation in - starting by adding an Astro project and porting over content similar to the AREA 17 documentation to start. This is not launched yet.

Full Changelog: v0.0.1-alpha...v0.0.2-alpha

v0.0.1-alpha

25 Oct 10:48
Compare
Choose a tag to compare
v0.0.1-alpha Pre-release
Pre-release

Version 0.0.1 represents an initial build with very basic functionality to introduce a robust layout method with containers and columns. This is heavily inspired and in its initial stages right now is essentially a reworking of the AREA 17 Tailwind Plugins focused on layout.

We love the work AREA 17 did with their layout plugins and make an effort here to make it less opinionated (or at least more in line with our opinion). In addition to our changes to the plugin set up, we introduce TypeScript, Vanilla Extract's calc utility toolkit, and some typed functions for working with CSS Custom Properties to hopefully reduce our potential for errors as we build this out further.