# @storefront-ui/css

This package contains CSS styling for SFUI components.

## Usage

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/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/components/VsfAlert.css`.

For more information [see our documentation](https://docs.storefrontui.io/v2/).
