Security News
pnpm 10.0.0 Blocks Lifecycle Scripts by Default
pnpm 10 blocks lifecycle scripts by default to improve security, addressing supply chain attack risks but sparking debate over compatibility and workflow changes.
@cmsgov/design-system-core
Advanced tools
This package contains the following design system assets:
npm install --save @cmsgov/design-system-core
The source files included are written in Sass (.scss
). You can add your node_modules
directory to your Sass includePaths
and import the file like this:
@import '@cmsgov/design-system-core/src/index';
or import the transpiled CSS:
@import '@cmsgov/design-system-core/dist/index.css';
Please view the documentation site for additional information.
Examples of the design system in use can be found in the examples
directory on GitHub.
Please submit an issue on GitHub for any bugs or feature requests.
You can also read our CONTRIBUTING.md document to learn about setting up a local development environment, contributing to the design system, and our coding guidelines.
The design system follows a variation of ITCSS (Inverted Triangle architecture for CSS). The goal is to write CSS in specificity order.
├── dist Compiled CSS and JS
├── fonts
├── images
└── src Non-compiled Sass and JSX
├── base Base HTML styles
├── components Sass and React components
│ ├── Button
│ └── etc...
├── generics Far reaching selectors
└── utilities Functional CSS classes to apply individual traits
FAQs
Core Sass/CSS and React design system assets
The npm package @cmsgov/design-system-core receives a total of 745 weekly downloads. As such, @cmsgov/design-system-core popularity was classified as not popular.
We found that @cmsgov/design-system-core demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 39 open source maintainers 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
pnpm 10 blocks lifecycle scripts by default to improve security, addressing supply chain attack risks but sparking debate over compatibility and workflow changes.
Product
Socket now supports uv.lock files to ensure consistent, secure dependency resolution for Python projects and enhance supply chain security.
Research
Security News
Socket researchers have discovered multiple malicious npm packages targeting Solana private keys, abusing Gmail to exfiltrate the data and drain Solana wallets.