
Security News
Open Source Maintainers Feeling the Weight of the EU’s Cyber Resilience Act
The EU Cyber Resilience Act is prompting compliance requests that open source maintainers may not be obligated or equipped to handle.
7.0.0 breaks a lot of stuff. Be sure to read the migration guide!
Jeet is a simple fractional grid system for Sass and Stylus.
Learn the API in minutes and begin tossing together grids.
Check this out:
npm install -D jeet
@import 'node_modules/jeet/jeet';
.container {
@include center();
}
.container div {
@include column(1/3);
}
Jeet functions accept fractions (or float numbers) and generates a percentage width and gutter for grids. We're able to do this while maintaining a consistently-sized, infinitely-nestable, gutter (so long as you provide the parent element's fraction as context).
The API is documented in Sass, but we've worked hard to make the API very similar in both preprocessors. @include column(1/2);
in SCSS would be column(1/2)
in Stylus, ya dig?
Explore Official Integrations to see some community-backed plugins to your favorite frameworks and libraries.
FAQs
A simple Sass and Stylus grid system. Built for humans.
The npm package jeet receives a total of 4,644 weekly downloads. As such, jeet popularity was classified as popular.
We found that jeet demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 3 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
The EU Cyber Resilience Act is prompting compliance requests that open source maintainers may not be obligated or equipped to handle.
Security News
Crates.io adds Trusted Publishing support, enabling secure GitHub Actions-based crate releases without long-lived API tokens.
Research
/Security News
Undocumented protestware found in 28 npm packages disrupts UI for Russian-language users visiting Russian and Belarusian domains.