Security News
Research
Supply Chain Attack on Rspack npm Packages Injects Cryptojacking Malware
A supply chain attack on Rspack's npm packages injected cryptomining malware, potentially impacting thousands of developers.
@maggioli-design-system/styles
Advanced tools
This module contains SCSS and CSS styles used by Maggioli Design System, it also makes available a Tailwind config based on Maggioli design tokens.
These are the styles used by components libraries like @maggioli-design-system/react
to use the palette generated by @maggioli-design-system/design-tokens
.
npm install @maggioli-design-system/styles@latest
Now you can use @fontsource
fonts, which are up to date with Google fonts, styles used in Magma are:
import '@fontsource/karla/400.css'
import '@fontsource/karla/700.css'
import '@fontsource/merriweather/400.css'
import '@fontsource/merriweather/700.css'
import '@fontsource/roboto/700.css'
import '@fontsource/roboto/800.css'
@import '@fontsource/karla/400.css';
@import '@fontsource/karla/700.css';
@import '@fontsource/merriweather/400.css';
@import '@fontsource/merriweather/700.css';
@import '@fontsource/roboto/700.css';
@import '@fontsource/roboto/900.css';
Fontsource supports variable fonts.
postcss
Here you add CSS that should be buit with postcss, which is stored inside dist/css
.
css
Here you add static CSS that should be stored inside dist/css
.
tailwind
Here you add Tailwind CSS that should be stored inside dist/tailwind
, this folder is used when you use tailwind also in your product.
FAQs
This module contains SCSS and CSS styles used by Maggioli Design System, it also makes available a Tailwind config based on Maggioli design tokens.
The npm package @maggioli-design-system/styles receives a total of 1,863 weekly downloads. As such, @maggioli-design-system/styles popularity was classified as popular.
We found that @maggioli-design-system/styles demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 2 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
Research
A supply chain attack on Rspack's npm packages injected cryptomining malware, potentially impacting thousands of developers.
Research
Security News
Socket researchers discovered a malware campaign on npm delivering the Skuld infostealer via typosquatted packages, exposing sensitive data.
Security News
Sonar’s acquisition of Tidelift highlights a growing industry shift toward sustainable open source funding, addressing maintainer burnout and critical software dependencies.