
Product
Socket for Jira Is Now Available
Socket for Jira lets teams turn alerts into Jira tickets with manual creation, automated ticketing rules, and two-way sync.
Rezi compiles a CSS style based on an input JSON object and injects it into the head of the document in a style tag with the 'rezi' ID.
Like so:
var sub1aStyle = {
"color": "blue"
};
var sub1Style = {
"font-size": "2em",
"color": "red",
".sub1a": sub1aStyle
};
var bodyStyle = {
"body": {
"text-align": "center"
},
"div": {
"border": "1px solid black",
"margin": "10px"
},
".sub1": sub1Style
};
rezi(bodyStyle);
The code above would comiple to the following CSS:
body {
text-align: center;
}
div {
border: 1px solid black;
}
div {
margin: 10px;
}
.sub1 {
font-size: 2em;
}
.sub1 {
color: red;
}
.sub1 .sub1a {
color: blue;
}
which gets injected into the rezi CSS tag in the head of the document.
FAQs
recursive CSS post-processor
The npm package rezi receives a total of 9 weekly downloads. As such, rezi popularity was classified as not popular.
We found that rezi 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.

Product
Socket for Jira lets teams turn alerts into Jira tickets with manual creation, automated ticketing rules, and two-way sync.

Company News
Socket won two 2026 Reppy Awards from RepVue, ranking in the top 5% of all sales orgs. AE Alexandra Lister shares what it's like to grow a sales career here.

Security News
NIST will stop enriching most CVEs under a new risk-based model, narrowing the NVD's scope as vulnerability submissions continue to surge.