
Product
Reachability for Ruby Now in Beta
Reachability analysis for Ruby is now in beta, helping teams identify which vulnerabilities are truly exploitable in their applications.
cssrecipes-custom-media-queries
Advanced tools
Some custom media queries shortcuts
$ npm install cssrecipes-custom-media-queries
/* for desktop first approch */
@media (--cssr-maxS) {
/* rules here will be active when viewport will be <= "s" size */
}
/* for mobile first approch */
@media (--cssr-minS) {
/* rules here will be active when viewport will be > "s" size */
}
--cssr-maxS <= 30em--cssr-minS > 30em--cssr-maxM <= 50em--cssr-minM > 50em--cssr-maxL <= 65em--cssr-minL > 65em--cssr-maxXL <= 80em--cssr-minXL > 80emRequires nodejs
To generate a build:
npm run build
To generate the testing build.
$ npm run build-test
Basic visual tests are in test/index.html.
Work on a branch, install dev-dependencies, respect coding style & run tests before submitting a bug fix or a feature.
$ git clone https://github.com/cssrecipes/custom-media-queries.git
$ git checkout -b patch-1
$ npm install
$ npm test
FAQs
Some custom media queries shortcuts
We found that cssrecipes-custom-media-queries 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
Reachability analysis for Ruby is now in beta, helping teams identify which vulnerabilities are truly exploitable in their applications.

Research
/Security News
Malicious npm packages use Adspect cloaking and fake CAPTCHAs to fingerprint visitors and redirect victims to crypto-themed scam sites.

Security News
Recent coverage mislabels the latest TEA protocol spam as a worm. Here’s what’s actually happening.