
Security News
Attackers Are Hunting High-Impact Node.js Maintainers in a Coordinated Social Engineering Campaign
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.
cirro-designsystem
Advanced tools
The Cirro Design System provides a set of tools to help designers and developers build products and services more easily. Our custom TailwindCSS config file, component classes, and HTML snippets offer a starting point for development.
https://designsystem.cirro.io/ (Live deployment)
Install the package and save it as a dependency:
yarn add cirro-designsystem
Import the system in your Sass manifest:
@import "cirro-designsystem/src/_assets/stylesheets/cirro/app";
Make sure your postcss.config.js looks like below:
module.exports = {
plugins: [
require('postcss-import'),
require('postcss-nesting'),
require('tailwindcss')('./node_modules/cirro-designsystem/src/_assets/stylesheets/cirro/tailwind.config.js'),
require('postcss-simple-vars')(
{
variables: {
package_path: '~cirro-designsystem/src/_assets',
fonts_path: '~cirro-designsystem/src/_assets/stylesheets/cirro/components/fonts'
}
}
),
require('autoprefixer'),
]
}
Import the system in your Javascript manifest:
import "cirro-designsystem/src/_assets/scripts/app.js"

Change your .browserslistrc to
defaults, ie >= 11
npm install --lockfile-version 1
Starts watch tasks to compile when changes detected
# Change the name of app in package.json file Eg: APP=cirro on "start" task as per your wish
npm start
Minify HTML, compress JS, inline and minify CSS.
npm run build
FAQs
The Cirro Design System provides a set of tools to help designers and developers build products and services more easily. Our custom TailwindCSS config file, component classes, and HTML snippets offer a starting point for development.
We found that cirro-designsystem 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
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.

Security News
Axios compromise traced to social engineering, showing how attacks on maintainers can bypass controls and expose the broader software supply chain.

Security News
Node.js has paused its bug bounty program after funding ended, removing payouts for vulnerability reports but keeping its security process unchanged.