@nous-research/ui 0.1.1 → 0.1.3

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
@@ -6,11 +6,9 @@ the shared design system for react ui @ nous. components, hooks, utils, fonts, o
6
6
 
7
7
  `npm i @nous-research/ui` or `pnpm i @nous-research/ui`
8
8
 
9
- import tailwind and the design language styles in your global css:
9
+ import the design language styles in your global css:
10
10
 
11
11
  ```css
12
- @import 'tailwindcss';
13
- @import 'tw-animate-css';
14
12
  @import '@nous-research/ui/styles/globals.css';
15
13
  ```
16
14