Kivach
Cascading donations
Add repoPopularDonorsF.A.Q.
My repos

Footer

Subscribe to our newsletter

The latest news, articles, and resources, sent to your inbox.

DiscordTelegramTwitterMediumFacebookYouTubeGitHub

All information about repositories belongs to their owners.

More information about Kivach in the introductory article.

Built on Obyte

Total donated
Undistributed
Share with your subscribers:

Recipients

How the donated funds are distributed

Support the dependencies

Support the repos that depend on this repository

Top contributors

Recent events

Kivach works on the Obyte network, and therefore you can track all donations.

No events yet
metonym

metonym/postcss-inline-css-vars

PostCSS plugin to inline CSS variables

TypeScript
1
0
MIT License
metonym's profile
metonym
10 contributions

Support the dependencies of metonym/postcss-inline-css-vars

Account's avatar
DefinitelyTyped/DefinitelyTyped
TypeScript definitions for bun
Account's avatar
DefinitelyTyped/DefinitelyTyped
TypeScript definitions for jest
Account's avatar
microsoft/TypeScript
TypeScript is a language for application scale JavaScript development

The **postcss-inline-css-vars** package is a PostCSS plugin that statically replaces CSS custom properties (`var(--…)`) with their concrete values defined in `:root`, then removes those variable declarations. It’s aimed at front‑end developers and build‑tool maintainers who want to generate pure CSS (e.g., for older browsers or performance‑critical bundles) without needing runtime CSS variables.