Change old /archive/* links to /daily/*
This commit is contained in:
parent
661669f2a5
commit
538141466c
406 changed files with 457 additions and 457 deletions
|
@ -3,12 +3,12 @@ title: >
|
|||
Testable Tailwind CSS plugins
|
||||
pubDate: 2023-01-04
|
||||
permalink: >-
|
||||
archive/2023/01/04/testable-tailwind-css-plugins
|
||||
daily/2023/01/04/testable-tailwind-css-plugins
|
||||
tags:
|
||||
- tailwind-css
|
||||
---
|
||||
|
||||
A great thing about [Tailwind CSS plugins]({{site.url}}/archive/2023/01/03/tailwind-css-extensibility-is-one-of-its-best-features) being written in JavaScript is that they can be tested using tools like Jest.
|
||||
A great thing about [Tailwind CSS plugins]({{site.url}}/daily/2023/01/03/tailwind-css-extensibility-is-one-of-its-best-features) being written in JavaScript is that they can be tested using tools like Jest.
|
||||
|
||||
Here's an example from https://github.com/opdavies/tailwindcss-plugin-jest-example (it may need updating to work with the latest Tailwind versions or to use the latest best practices):
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue