
Security News
The Hidden Blast Radius of the Axios Compromise
The Axios compromise shows how time-dependent dependency resolution makes exposure harder to detect and contain.
@progressiveui/styles
Advanced tools
Styles for the Bridge Design System
To install @progressiveui/styles in your project, you will need to run the following
command using npm:
npm install -S @progressiveui/styles
If you prefer Yarn, use the following command instead:
yarn add @progressiveui/styles
This package requires Dart Sass in order to compile. It uses 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:
Once you get Sass up and running in your project, make sure to configure Sass to
include node_modules in its includePaths option. For more information,
checkout the configuration section in our Sass
docs.
You can bring in all the styles for the Carbon Design System by including
@progressiveui/styles in your Sass files. For example:
@use "@progressiveui/styles";
If you only would like to bring in specific components, you can import them in a similar way:
@use "@progressiveui/styles/scss/reset";
@use "@progressiveui/styles/scss/components/accordion";
@use "@progressiveui/styles/scss/components/button";
@use "@progressiveui/styles/scss/components/checkbox";
There are various helpers that you can include, as well, such as a CSS reset, grid, breakpoint helpers, and more. You can include these similar to how you bring in components:
// Bring in the CSS Reset
@use "@progressiveui/styles/scss/reset";
// Bring in the CSS Grid
@use "@progressiveui/styles/scss/grid";
To learn more about the various helpers that @progressiveui/styles provides, checkout
the overview of the files available to use in our
Sass docs.
We're always looking for contributors to help us fix bugs, build new features, or help us improve the project documentation. If you're interested, definitely check out our Contributing Guide! 👀
Licensed under the Apache 2.0 License.
FAQs
Styles for the Progressive UI Design System
We found that @progressiveui/styles demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Security News
The Axios compromise shows how time-dependent dependency resolution makes exposure harder to detect and contain.

Research
A supply chain attack on Axios introduced a malicious dependency, plain-crypto-js@4.2.1, published minutes earlier and absent from the project’s GitHub releases.

Research
Malicious versions of the Telnyx Python SDK on PyPI delivered credential-stealing malware via a multi-stage supply chain attack.