Natura Design System - Styles
Before you start...
We encourage you to use the repository @naturacosmeticos/natds-web directly.
However, if you are working on a project that does not use React, so you can adopt styles in your web application or website.
By the way, @naturacosmeticos/natds-web uses this package as a dependency.
How to install
```shell script
npm
npm install --save @naturacosmeticos/natds-styles
yarn
yarn add @naturacosmeticos/natds-styles
### How to use
```javascript
// ES6 or above
import {tokens} from "@naturacosmeticos/natds-styles"
// ES5 or below
const {tokens} = require("@naturacosmeticos/natds-styles")
Check our Design System Storybook for all available design tokens.
How to contribute
To contribute, please check out our contributing file CONTRIBUTING
Check also
For more details on how we use these styles or implementation details, please refer to the following links: