@storefront-ui/css
Advanced tools
Comparing version 2.0.0-alpha to 2.0.0-alpha.0
{ | ||
"name": "@storefront-ui/css", | ||
"version": "2.0.0-alpha", | ||
"version": "2.0.0-alpha.0", | ||
"sideEffects": [ | ||
@@ -5,0 +5,0 @@ "*.scss", |
@@ -7,9 +7,11 @@ # @storefront-ui/css | ||
Import styling for all of the components at once from path `@storefront-ui/css/storefront-ui.css`. | ||
Import styling for all of the components at once from path `@storefront-ui/storefront-ui.css`. | ||
To import styling for each component separately use path like: | ||
`@storefront-ui/css/components/$NameOfComponent.css` | ||
`@storefront-ui/components/$NameOfComponent.css` | ||
where `$NameOfComponent` is a SFUI component name starting with `Vsf` prefix. | ||
For example to import styling for `Alert` component you could use path: | ||
`@storefront-ui/css/components/VsfAlert.css`. | ||
`@storefront-ui/components/VsfAlert.css`. | ||
For more information [see our documentation](https://docs.storefrontui.io/v2/). |
421980
17