
Security News
Axios Maintainer Confirms Social Engineering Attack Behind npm Compromise
Axios compromise traced to social engineering, showing how attacks on maintainers can bypass controls and expose the broader software supply chain.
Power of flexbox with easy to use attribute selectors for LESS, SASS and vanilla CSS
Flex Atrr is a set of CSS rules, which brings the power of flexbox into your project without you writing a single line of CSS yourself. Works with LESS, SASS and vanilla CSS. It's basically a fork of Angular Material without some attributes, which were found not useful, and couple features added.. For a comprehensive guide check original Angular Material documentaion
Bower
bower install --save flex-attr
NPM
npm install --save flex-attr
By default the preprocessor will generate CSS for the following screen size postfixes:
You can easily override it by providing your list in your sass in a format of ': postfix screen-size' (in order to make this work adjust your build script to pick up .less or .scss file instead of .css):
$layout-breakpoints: xxs 480px, xs 600px, sm 960px, md 1280px, lg 1920px;
The same is valid for less:
@layout-breakpoints: xxs 480px, xs 600px, sm 960px, md 1280px, lg 1920px;
Example:
FAQs
Power of flexbox with easy to use attribute selectors for LESS, SASS and vanilla CSS
The npm package flex-attr receives a total of 5 weekly downloads. As such, flex-attr popularity was classified as not popular.
We found that flex-attr 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
Axios compromise traced to social engineering, showing how attacks on maintainers can bypass controls and expose the broader software supply chain.

Security News
Node.js has paused its bug bounty program after funding ended, removing payouts for vulnerability reports but keeping its security process unchanged.

Security News
The Axios compromise shows how time-dependent dependency resolution makes exposure harder to detect and contain.