courthive-components 0.9.28-beta.2 → 0.9.28-beta.20

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
@@ -314,13 +314,7 @@ The Storybook includes:
314
314
 
315
315
  ## Styling
316
316
 
317
- Components use Bulma CSS framework. Include Bulma in your project:
318
-
319
- ```html
320
- <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bulma@1.0.4/css/bulma.min.css" />
321
- ```
322
-
323
- Or import the bundled CSS:
317
+ Import the bundled CSS:
324
318
 
325
319
  ```javascript
326
320
  import 'courthive-components/dist/courthive-components.css';