Package Exports
- @pluralsight/headless-styles
- @pluralsight/headless-styles/build/common/index.js
- @pluralsight/headless-styles/build/index.js
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@pluralsight/headless-styles) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
Headless Styles
A utility library that delivers styles and a11y properties for all Pluralsight Web UI Kit Components.
Contribution
This project uses Yarn berry workspaces with Jest for unit testing. Since this is a platform agnostic framework we use a Pluralsight Codesandbox account for development. This allows us to test multiple frameworks at once without having to manage and install different packages/setups (i.e. React, MUI, styled-components, etc.) while also creating examples to use in our docs website.
Install
This project uses Yarn 3 with PnP so there is no setup commands needed. Just clone the repo and start working. 🎉
Testing
To run your unit tests, make sure you are in the project root directory not this workspace - and run:
yarn test