@impact-x/styles
v1.5.1
Published
Styling for products using _Impact X_ design system.
Downloads
365
Readme
@impact-x/styles
Styling for products using Impact X design system.
Installation
To install @impact-x/styles in your project, run the following command:
npm install -S @impact-x/stylesIf you prefer Yarn, use the following command instead:
yarn add @impact-x/stylesUsage
You can import the package directly and it will provide access to all Impact X styling mixins. Note that you now also need to add a config file in order to apply these mixins to your semantic HTML, as this is no longer done automatically.
An example can be found on the Impact X documentation site which also details each mixin available.
Sass
@import '~@impact-x/styles';JavaScript
import '@impact-x/styles';API documentation
https://tw-impact-x.thoughtworks-labs.net/#/Styles
