Security News
Bun 1.2 Released with 90% Node.js Compatibility and Built-in S3 Object Support
Bun 1.2 enhances its JavaScript runtime with 90% Node.js compatibility, built-in S3 and Postgres support, HTML Imports, and faster, cloud-first performance.
@bohdantkachenko/flexboxgrid-sass
Advanced tools
This work is an adaptation from the original Flexbox Grid created by @kristoferjoseph.
Grid based on the flex
display property. Check the documentation
By trying the Flexbox Grid we saw the internal need to a SASS version of it. Thanks to the good work of Kristopher Joseph, we forked his project and sassified it.
npm i flexboxgrid-sass --save
bower install --save flexboxgrid-sass
To modify the Flexbox grid, declare the following variables on your layout .scss
$flexboxgrid-grid-columns: 12;
$flexboxgrid-gutter-width: 1rem;
$flexboxgrid-outer-margin: 1rem;
You can modify, remove or create breakpoints before generate the final CSS.
$flexboxgrid-breakpoints:
sm 48rem,
md 64rem,
lg 80rem,
xlg 90rem,
newbreakpoint 120rem;
FAQs
Grid based off of CSS3 flexbox specification
We found that @bohdantkachenko/flexboxgrid-sass 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.
Security News
Bun 1.2 enhances its JavaScript runtime with 90% Node.js compatibility, built-in S3 and Postgres support, HTML Imports, and faster, cloud-first performance.
Security News
Biden's executive order pushes for AI-driven cybersecurity, software supply chain transparency, and stronger protections for federal and open source systems.
Security News
Fluent Assertions is facing backlash after dropping the Apache license for a commercial model, leaving users blindsided and questioning contributor rights.