# @unifiedsoftware/styles

## Getting started

To install `@unifiedsoftware/styles` in your project, you will need to run the following command using [npm](https://www.npmjs.com/):

```bash
$ npm install @unifiedsoftware/styles
```

This package requires [Dart Sass](http://npmjs.com/package/sass) in order to compile. It uses [Sass modules](https://css-tricks.com/introducing-sass-modules/) to organize the codebase and provide exports to use.

If you're new to Sass, or are wondering how to configure Sass for your project, we recommend checking out the following resources and links:

- [Sass Basics](https://sass-lang.com/guide)
- [Webpack with Sass](https://webpack.js.org/loaders/sass-loader/)
- [Next.js with Sass](https://nextjs.org/docs/basic-features/built-in-css-support#sass-support)
- [Create React App with Sass](https://create-react-app.dev/docs/adding-a-sass-stylesheet/)
- [Parcel with Sass](https://v2.parceljs.org/languages/sass/)
- [Vite with Sass](https://vitejs.dev/guide/features.html#css-pre-processors)
- [Snowpack with Sass](https://www.snowpack.dev/guides/sass/)

## Usage

You can bring in all the styles for the Carbon Design System by including
`@carbon/styles` in your Sass files. For example:
