
Product
Rust Support Now in Beta
Socket's Rust support is moving to Beta: all users can scan Cargo projects and generate SBOMs, including Cargo.toml-only crates, with Rust-aware supply chain checks.
@avalanche/object-vertical-spacing
Advanced tools
Add vertical spacing to all child elements.
npm install @avalanche/object-vertical-spacing --save-dev
// Import the main file.
@import 'node_modules/@avalanche/object-vertical-spacing/scss/index.scss';
Using node-sass (or a plugin for Grunt, gulp or webpack which is using node-sass) in combination with the node-sass-magic-importer custom importer, can make importing CSS dependencies from node_modules
a much nicer experience.
// Import the main file.
@import '~@avalanche/object-vertical-spacing';
// Import just the classes you need.
@import '{ .o-vertical-spacing, .o-vertical-spacing--s } from ~@avalanche/object-vertical-spacing';
// Not a fan of the "o-" prefix?
@import '{ .o-vertical-spacing as .vertical-spacing } from ~@avalanche/object-vertical-spacing';
<div class="o-vertical-spacing">
<div>Lorem Ipsum</div>
<div>Dolor sit amet.</div>
</div>
<div class="o-vertical-spacing o-vertical-spacing--xl">
<div>Lorem Ipsum</div>
<div>Dolor sit amet.</div>
</div>
@import 'node_modules/@avalanche/object-vertical-spacing/scss/mixins';
// Usage.
.vertical-spacing {
@include o-vertical-spacing();
}
/// Default spacing size.
/// @type String
$o-vertical-spacing-default-size: m !default;
Markus Oberlehner
Website: https://markus.oberlehner.net
Twitter: https://twitter.com/MaOberlehner
PayPal.me: https://paypal.me/maoberlehner
MIT
FAQs
Add vertical spacing to all child elements
We found that @avalanche/object-vertical-spacing 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.
Product
Socket's Rust support is moving to Beta: all users can scan Cargo projects and generate SBOMs, including Cargo.toml-only crates, with Rust-aware supply chain checks.
Product
Socket Fix 2.0 brings targeted CVE remediation, smarter upgrade planning, and broader ecosystem support to help developers get to zero alerts.
Security News
Socket CEO Feross Aboukhadijeh joins Risky Business Weekly to unpack recent npm phishing attacks, their limited impact, and the risks if attackers get smarter.