@primo/styles
v1.3.0
Published
Primo base CSS styles
Downloads
10
Maintainers
Readme
@primo/styles
Styles for the Primo Design System
Getting started
To install @primo/styles
to your new or exsisting project, you will
need to run the following command using npm:
npm install -S @primo/styles
If you use Yarn, use the following command instead:
yarn add @primo/styles
This package requires Dart Sass in order to compile.
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
- Webpack with Sass
- Next.js with Sass
- Create React App with Sass
- Parcel with Sass
- Vite with Sass
- Snowpack with Sass
Once you get Sass up and running in your project, make sure to configure Sass to
include node_modules
in its includePaths
option.
Usage
You can bring in all the styles for the Primo Design System by including
@primo/styles
in your Sass files. For example:
@use '@primo/styles';
Public Storybook
If you wish to see our styles components live, and the most recent version and changes please visit here: @primo/styles - Storybook
✍️ Feedback
Please ask any questions on this project, you can do so by creating a new issue. Or contributing to any active issues.
If you wish to get in contact, please don't hesitate via twitter @Rich_McCartney.
📝 Licence
Licensed under standard MIT license.