Postcss Grid Kiss Versions Save

A PostCSS plugin to keep CSS grids stupidly simple

v3.0.0

3 years ago

Upgrade to PostCSS 8. See this article for what's new in PostCSS 8

v2.5.0

3 years ago
  • add dimensionParser option
  • the clean-up function for the dimensions input is now less agressive to enable custom syntaxes for dimensions. It should not impact you unless you have exotic characters in some of your grid layout dimensions that grid-kiss used to clean up for you before.

v2.2.0

4 years ago
  • allows single quotes for delimiting rows

v2.0.0

5 years ago

Node 4 Long Term Support has officially ended, so we removed support for it, hence the new major release.

  • Dropped support of Node 4-5, now require Node >= 6
  • Removed lots of dependencies, the library no longer requires a build step
  • Improved the edge cases of dimension parsing for rows and columns
  • Internal refactoring

v1.4.0

6 years ago
  • added selectorParser option

v1.3.0

7 years ago
  • Updated to PostCSS 6 and caniuse-lite

v1.2.0

7 years ago
  • added selector helpers for nth-child() and nth-of-type()
  • always reduce calc() expressions to avoid issues on IE
  • updated playground

1.1.0

7 years ago

1.0.0

7 years ago

Now that CSS Grids are supported on Chrome, Firefox, Safari and Opera, it is time to move on to feature detection for Grid-kiss. It is also time to show the 1.0 flag now that the API is stable and well tested.

Grid-kiss 1.0 now uses browserslist configuration to automatically detect what fallbacks are needed.

  • screwIE option has been removed. Use browserslist config instead
  • fallback option is still here but we recommend using browserslist instead in the future
  • fix a bug with the optimize option when merging properties with minmax() values and whitespaces

0.8.0

7 years ago
  • replace optimizeCalc option by a more generic optimize option
  • use postcss-merge-grid-template to optimize output