
Security News
Attackers Are Hunting High-Impact Node.js Maintainers in a Coordinated Social Engineering Campaign
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.
suitcss-utils-before
Advanced tools
SUIT CSS leading offset utilities.
Read more about SUIT CSS's design principles.
u-beforeXofY (numerous) - Specify the proportional offset before an object.X must be an integer less than Y.
Y can be any of the following numbers: 2, 3, 4, 5, 6, 8, 10, 12.
Utilities that can be limited to specific Media Query breakpoints.
u-sm-beforeXofY - To use at the small Media Query breakpoint.u-md-beforeXofY - To use at the medium Media Query breakpoint.u-lg-beforeXofY - To use at the large Media Query breakpoint.There are 3 Media Query breakpoints:
--sm-viewport--md-viewport--lg-viewportWhen using the SUIT CSS preprocessor,
breakpoints can be configured using @custom-media. For example:
@custom-media --sm-viewport (min-width:320px) and (max-width:640px);
@custom-media --md-viewport (min-width:640px) and (max-width:960px);
@custom-media --lg-viewport (min-width:960px);
Please refer to the README for SUIT utils
Install Node (comes with npm).
npm install
To generate a build:
npm run build
To lint code with postcss-bem-linter and stylelint
npm run lint
To generate the testing build.
npm run build-test
To watch the files for making changes to test:
npm run watch
Basic visual tests are in test/index.html.
FAQs
Leading offset utilities for SUIT CSS
The npm package suitcss-utils-before receives a total of 590 weekly downloads. As such, suitcss-utils-before popularity was classified as not popular.
We found that suitcss-utils-before demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 4 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
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.

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.