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

dkrnl's profile
dkrnl
1 contributions

Recent events

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

No events yet
dkrnl

dkrnl/stylelint-no-nested-media

Dissallow nested @media selectors

JavaScript
4
0
MIT License

The **stylelint-no-nested-media** plugin adds a rule for Stylelint that flags any nested `@media` queries—e.g., `@media (…) { @media (…) { … }}`—while allowing combined media conditions in a single rule. It’s aimed at front‑end developers and teams who use Stylelint to enforce clean, non‑nested media query patterns in their CSS/SCSS codebases.