
Security News
Axios Supply Chain Attack Reaches OpenAI macOS Signing Pipeline, Forces Certificate Rotation
OpenAI rotated macOS signing certificates after a malicious Axios package reached its CI pipeline in a broader software supply chain attack.
hds-core-test
Advanced tools
Base styles and individual HTML component styles for the Helsinki Design System.
hds-core/
├── examples/ # html example pages using core components
├── src/ # source css
└── lib/
├── components/ # collection of HDS component styles
│ ├── all.css # bundled stylesheet including all components
│ ├── <component name>.css # individual component stylesheet
│ :
│
├── icons/ # collection of HDS icon styles
│ ├── all.css # bundled stylesheet including all icons
│ ├── icon.css # base styles for icons
│ ├── icon-<icon name>.css # individual icon stylesheet
│ :
│
├── utils/ # utility stylesheets
├── variables/ # collection of css variables and base styles
├── helsinki.css # default theme
└── engel.css # example alternative theme
$ yarn add hds-core
At the minimum you'll need two stylesheets to use the core components: helsinki.css (the base theme) and components/all.css. If you use any of the icons, you'll also need icons/all.css. Do note that the all.css-files bundle all the components and icons into single stylesheets and thus are large in filesize.
Therefore, we do recommend that you use individual stylesheets where needed. For reference, see the files in examples folder. For example buttons.html.
Due to copyright reasons the Helsinki fonts are not included in the package. To test your implementation you can use the example_fonts stylesheet in examples/css/example_fonts.css.
Helsinki Design System uses a number of CSS variables to control coloring and layout. You can override these variables where needed. See the alternative theme (Engel)[src/engel.css] for an example.
FAQs
Core styles for the Helsinki Design System
The npm package hds-core-test receives a total of 4 weekly downloads. As such, hds-core-test popularity was classified as not popular.
We found that hds-core-test demonstrated a not healthy version release cadence and project activity because the last version was released 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
OpenAI rotated macOS signing certificates after a malicious Axios package reached its CI pipeline in a broader software supply chain attack.

Security News
Open source is under attack because of how much value it creates. It has been the foundation of every major software innovation for the last three decades. This is not the time to walk away from it.

Security News
Socket CEO Feross Aboukhadijeh breaks down how North Korea hijacked Axios and what it means for the future of software supply chain security.