
Security News
Scaling Socket from Zero to 10,000+ Organizations
Socket CEO Feross Aboukhadijeh shares lessons from scaling a developer security startup to 10,000+ organizations in this founder interview.
@volue/design-media-queries
Advanced tools
@volue/design-media-queriesMedia query primitives/tokens to be used across Volue's products

npm install @volue/design-media-queries --save
# or
yarn add @volue/design-media-queries
In JavaScript, design token names are formatted in lower camelCase.
const tokens = require('@volue/design-media-queries');
console.log(tokens.mqLargeAndUp); // screen and ( min-width: 48.75em )
In JSON, design token names are formatted in SNAKE_CASE.
const tokens = require('@volue/design-media-queries/dist/index.json');
console.log(tokens['MQ_LARGE_AND_UP']); // screen and ( min-width: 48.75em )
Sass variables and map keys are formatted in kebab-case.
// Using variables
@import '~@volue/design-media-queries/dist/index';
@media #{$mq-large-and-up} {
body {
padding: 1rem;
}
}
FAQs
Media queries for Volue design primitives
The npm package @volue/design-media-queries receives a total of 603 weekly downloads. As such, @volue/design-media-queries popularity was classified as not popular.
We found that @volue/design-media-queries 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
Socket CEO Feross Aboukhadijeh shares lessons from scaling a developer security startup to 10,000+ organizations in this founder interview.

Research
Socket Threat Research maps a rare inside look at OtterCookie’s npm-Vercel-GitHub chain, adding 197 malicious packages and evidence of North Korean operators.

Research
Socket researchers identified a malicious Chrome extension that manipulates Raydium swaps to inject an undisclosed SOL transfer, quietly routing fees to an attacker wallet.