## @spscommerce/ds-styles

SPS SCSS/CSS styles.

### Installation

```
yarn add @spscommerce/ds-styles
```

or

```
npm i --save @spscommerce/ds-styles
```

and put the following import in your root sass file:

```
@import "~@spscommerce/ds-styles/index.css";
```

### CDN usage

Alternately you can include the CDN version in your index.html. The location is

```
https://cdn.dev.spsc.io/web/framework/styles/ds-styles/$VERSION/index.css
```
