
Security Fundamentals
Turtles, Clams, and Cyber Threat Actors: Shell Usage
The Socket Threat Research Team uncovers how threat actors weaponize shell techniques across npm, PyPI, and Go ecosystems to maintain persistence and exfiltrate data.
at-flex-grid
Advanced tools
A lightweight CSS3 flexbox grid with extra flex functionalities.
at-flex-grid is a simple lightweight 12 column grid implemented using CSS3 flexbox specifications. In Addition to the 12 column grid flexbox features are provided wrapped in classes or mixins. The Grid works flawlessly along other grids like bootstrap or foundation because of the prefix in the naming convention.
npm install --save at-flex-grid
bower install --save at-flex-grid
<link rel="stylesheet" href="/pathToFile/at-flex-grid.css">
<link rel="stylesheet" href="/pathToFile/at-flex-grid-bootstrap3.css">
@import 'pathToFile/at-flex-grid-grid.scss';
To customize the grid breakpoints, container widths, gutters and so on, Include the at-flex-grid.scss in your scss file and edit the following variables to suit your preferences.
/*
* Grid Breakpoints
*/
// Extra small screen / phone
$grid-breakpoint-xs: 0;
// Small screen / phone
$grid-breakpoint-sm: 576px;
// Medium screen / tablet
$grid-breakpoint-md: 768px;
// Large screen / desktop
$grid-breakpoint-lg: 992px;
// Extra large screen / wide desktop
$grid-breakpoint-xl: 1200px;
/*
* Container widths
*/
$container-max-width-sm: 540px;
$container-max-width-md: 720px;
$container-max-width-lg: 960px;
$container-max-width-xl: 1140px;
/*
* Gutters and spacing
*/
$padding-col-x: 0.5rem;
$padding-container-x: 1rem;
To start the development server on localhost:9001
gulp start
or npm start
To build the project to 'dist/' run gulp build
gulp build
or npm run build
FAQs
A lightweight CSS3 flexbox grid with extra flex functionalities.
The npm package at-flex-grid receives a total of 190 weekly downloads. As such, at-flex-grid popularity was classified as not popular.
We found that at-flex-grid demonstrated a not healthy version release cadence and project activity because the last version was released 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 Fundamentals
The Socket Threat Research Team uncovers how threat actors weaponize shell techniques across npm, PyPI, and Go ecosystems to maintain persistence and exfiltrate data.
Security News
At VulnCon 2025, NIST scrapped its NVD consortium plans, admitted it can't keep up with CVEs, and outlined automation efforts amid a mounting backlog.
Product
We redesigned our GitHub PR comments to deliver clear, actionable security insights without adding noise to your workflow.