UNPKG

@savvywombat/tailwindcss-grid-named-lines

Version:

A plugin to provide Tailwind CSS utilities for named grid lines.

61 lines (44 loc) 1.43 kB
# Changelog ## 2.0.1 - 2022-02-04 * Fixed misspelling of Tailwind CSS in documentation ## 2.0.0 - 2021-12-14 * Tested against Tailwind CSS v3 * Updated minimum node requirements (v12) * Updated documentation ## 1.5.0 - 2021-02-23 * Fixed dependency for lodash in package.json. * Minor formatting improvements in README. * Remove .idea from npm package. ## 1.4.1 - 2020-12-11 * Fixed links for bugs and homepage in package.json. ## 1.4.0 - 2020-12-11 * Added npmignore to lighten the package size. ## 1.3.0 - 2020-11-27 * Updated to work with Tailwind CSS version 2. * Added CHANGELOG. ## 1.2.2 - 2020-10-26 * Back out malformed repeats gracefully. ## 1.2.1 - 2020-10-25 * Linting. ## 1.2.0 - 2020-10-25 * Support for repeat(). ## 1.1.6 - 2020-10-21 * Fixed CSS output for repeated name labels. ## 1.1.5 - 2020-10-18 * GitHub workflow and code coverage reports. ## 1.1.4 - 2020-10-17 * Fixed links to homepage and bug reporting in package information. ## 1.1.3 - 2020-10-17 * Fixed CSS property names for grid-column-start and grid-column-end. * Tidied up examples in the README. ## 1.1.2 - 2020-10-15 * Fixed name of LICENSE file. ## 1.1.1 - 2020-10-15 * Fixed missing column end utilities. * Fixed usage examples in README. * Fixed LICENCE link in README. ## 1.1.0 - 2020-10-15 * Streamlined loops and logic. * Updated package information. ## 1.0.0 - 2020-10-14 * Initial release.