From e85a0ac28048af05d3225b686576dd07cd24a7b5 Mon Sep 17 00:00:00 2001 From: Oliver Davies Date: Thu, 9 May 2019 19:00:10 +0100 Subject: [PATCH] Use the correct tag --- .../_posts/2019-04-29-testing-tailwindcss-plugins-with-jest.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/_posts/2019-04-29-testing-tailwindcss-plugins-with-jest.md b/source/_posts/2019-04-29-testing-tailwindcss-plugins-with-jest.md index f2af29ce5..8121892d5 100644 --- a/source/_posts/2019-04-29-testing-tailwindcss-plugins-with-jest.md +++ b/source/_posts/2019-04-29-testing-tailwindcss-plugins-with-jest.md @@ -4,7 +4,7 @@ excerpt: How to write tests for Tailwind CSS plugins using Jest. tags: - javascript - jest - - tailwindcss + - tailwind-css - testing promoted: true ---