dibk-design 9.4.0 → 10.1.0

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.
package/README.md CHANGED
@@ -41,12 +41,11 @@ Builds the Storybook as a static web application. The output is saved to the `/s
41
41
  pnpm run build-storybook
42
42
  ```
43
43
 
44
- ## Use with Next.js and Tailwind
44
+ ## Use with Next.js
45
45
 
46
46
  1. Import `dibk-design.css` file in your `globals.css`
47
47
 
48
48
  ```css
49
- @import 'tailwindcss';
50
49
  @import './node_modules/dibk-design/dist/dibk-design.css';
51
50
  ```
52
51