pdap-design-system 2.1.5 → 2.1.6

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -32,7 +32,7 @@ import 'pdap-design-system/styles';
32
32
  import { Button, Form } from 'pdap-design-system';
33
33
  ```
34
34
 
35
- 4. Import and use the tailwind config (if your project is using tailwind)
35
+ 4. Optional: Import the tailwind config if you need to use additional tailwind styles.
36
36
 
37
37
  ```
38
38
  // tailwind.config.js
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pdap-design-system",
3
- "version": "2.1.5",
3
+ "version": "2.1.6",
4
4
  "description": "Global styles for PDAP apps",
5
5
  "author": "Police Data Accessibility Project, Inc.",
6
6
  "license": "ISC",