Skip to content

Commit a761113

Browse files
committed
fix misspelling of Tailwind CSS
1 parent a5750ef commit a761113

File tree

3 files changed

+11
-8
lines changed

3 files changed

+11
-8
lines changed

CHANGELOG.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
11
# Changelog
22

3+
## 2.0.1 - 2022-02-04
4+
* Fixed misspelling of Tailwind CSS in documentation
5+
36
## 2.0.0 - 2021-12-13
4-
* Tested against TailwindCSS v3
7+
* Tested against Tailwind CSS v3
58
* Updated minimum node requirements (v12)
69
* Updated documentation
710

@@ -19,7 +22,7 @@
1922
* Added .npmignore to lighten the installation size.
2023

2124
## 1.1.0 - 2020-11-27
22-
* Updated to work with TailwindCSS version 2.
25+
* Updated to work with Tailwind CSS version 2.
2326
* Added CHANGELOG.
2427

2528
## 1.0.1 - 2020-10-18

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
1-
# TailwindCSS Grid Areas
1+
# Tailwind CSS Grid Areas
22

33
[![Latest Version on NPM](https://img.shields.io/npm/v/@savvywombat/tailwindcss-grid-areas)](https://www.npmjs.com/package/@savvywombat/tailwindcss-grid-areas)
44
[![Software License](https://img.shields.io/badge/license-MIT-brightgreen.svg)](https://github.com/SavvyWombat/tailwindcss-grid-areas/blob/main/LICENSE)
55
[![Build](https://img.shields.io/github/workflow/status/SavvyWombat/tailwindcss-grid-areas/Test?label=build)](https://github.com/SavvyWombat/tailwindcss-grid-areas/actions)
66
[![Code Coverage](https://codecov.io/gh/SavvyWombat/tailwindcss-grid-areas/branch/main/graph/badge.svg)](https://codecov.io/gh/SavvyWombat/tailwindcss-grid-areas)
77

8-
A plugin to provide TailwindCSS utilities for grid areas.
8+
A plugin to provide Tailwind CSS utilities for grid areas.
99

1010
## Installation
1111

@@ -23,9 +23,9 @@ See the documentation at https://savvywombat.com.au/tailwind-css/grid-areas/
2323

2424
## Related packages
2525

26-
### [TailwindCSS Grid Named Lines](https://github.com/SavvyWombat/tailwindcss-grid-named-lines)
26+
### [Tailwind CSS Grid Named Lines](https://github.com/SavvyWombat/tailwindcss-grid-named-lines)
2727

28-
A plugin to provide TailwindCSS utilities for named grid lines.
28+
A plugin to provide Tailwind CSS utilities for named grid lines.
2929

3030
## Licence
3131

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@savvywombat/tailwindcss-grid-areas",
3-
"version": "2.0.0",
4-
"description": "A plugin to provide TailwindCSS utilities for grid areas.",
3+
"version": "2.0.1",
4+
"description": "A plugin to provide Tailwind CSS utilities for grid areas.",
55
"keywords": [
66
"tailwind",
77
"tailwindcss",

0 commit comments

Comments
 (0)