
Company News
Socket Named Top Sales Organization by RepVue
Socket won two 2026 Reppy Awards from RepVue, ranking in the top 5% of all sales orgs. AE Alexandra Lister shares what it's like to grow a sales career here.
@drewbot/sass-flexbox-grid
Advanced tools
Documentation and examples available at sassflexboxgrid.com
A responsive grid system based on Flexbox Grid and the flex property, re-written in Sass, edited and expanded upon.
Enhancements include:
npm install @drewbot/sass-flexbox-grid --save
Then link to your preferred CSS or Sass File:
node_modules/@drewbot/sass-flexbox-grid/public/sass-flexbox/main.css
node_modules/@drewbot/sass-flexbox-grid/public/sass-flexbox/main.min.css
Or copy the Sass files over to your src directory from the following directory:
node_modules/@drewbot/sass-flexbox-grid/public/sass-flexbox/scss
https://github.com/drewbot/sass-flexbox-grid/raw/master/public/sass-flexbox.zip
Use Sass Flexbox Grid's mobile-first media queries provided in the Sass version of the library. All styles should first be declared at small (mobile) then built outward for larger screens.
!default; to adjustable grid vars in .../scss/variables/_grid-variables.scss.box-sizing: border-box; to all rows and columns by default.eq-height is thereby deprecated..auto-height class has been refactored to .natural-height.
row-auto-height() mixin has been refactored to row-natural-height().flex-column() mixin has been refactored to row-flex-column()..show class can now be applied to .row elements.show() mixin now accepts an optional $row argument and can be used on row elements.
@include show("xs", "row") or @include show("xs", "true").$gutter..col-gutter-lr class will only apply gutters to the left and right of a column..col-no-gutter class will remove gutters from a column.FAQs
A responsive sass grid library built with flexbox
The npm package @drewbot/sass-flexbox-grid receives a total of 409 weekly downloads. As such, @drewbot/sass-flexbox-grid popularity was classified as not popular.
We found that @drewbot/sass-flexbox-grid 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.

Company News
Socket won two 2026 Reppy Awards from RepVue, ranking in the top 5% of all sales orgs. AE Alexandra Lister shares what it's like to grow a sales career here.

Security News
NIST will stop enriching most CVEs under a new risk-based model, narrowing the NVD's scope as vulnerability submissions continue to surge.

Company News
/Security News
Socket is an initial recipient of OpenAI's Cybersecurity Grant Program, which commits $10M in API credits to defenders securing open source software.