
Security News
Crates.io Implements Trusted Publishing Support
Crates.io adds Trusted Publishing support, enabling secure GitHub Actions-based crate releases without long-lived API tokens.
@financial-times/o-big-number
Advanced tools
Typographical styles to highlight and describe a big number. Positioning of the big number, for example to the left in a style of a pull-quote, is left to the user. This is so o-big-number may be used in different contexts without writing extra CSS to remove existing positioning.
Check out how to include Origami components in your project to get started with o-big-number
.
A big number has two parts. The big number itself and copy to describe the big number.
<div class="o-big-number">
<div class="o-big-number__title">£350m</div>
<div class="o-big-number__content">Cost of the rights expected to increase by one-third — or about £350m a year — although some anticipate inflation of up to 70%</div>
</div>
To output CSS for o-big-number make a single call to the primary mixin oBigNumber
.
// outputs .o-big-number, o-big-number__title, etc
@include oBigNumber();
We recommend you use oBigNumber
and default o-big-number
classes, however if you are unable to update your markup use the mixins oBigNumberTitle
and oBigNumberContent
:
.my-big-number-title {
@include oBigNumberTitle();
}
.my-big-number-content {
@include oBigNumberContent();
}
State | Major Version | Last Minor Release | Migration guide |
---|---|---|---|
✨ active | 3 | N/A | migrate to v3 |
⚠ maintained | 2 | 2.0 | migrate to v2 |
╳ deprecated | 1 | 1.1 | N/A |
This software is published by the Financial Times under the MIT licence.
FAQs
Typographical styles to highlight a big number.
The npm package @financial-times/o-big-number receives a total of 172 weekly downloads. As such, @financial-times/o-big-number popularity was classified as not popular.
We found that @financial-times/o-big-number demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 10 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
Crates.io adds Trusted Publishing support, enabling secure GitHub Actions-based crate releases without long-lived API tokens.
Research
/Security News
Undocumented protestware found in 28 npm packages disrupts UI for Russian-language users visiting Russian and Belarusian domains.
Research
/Security News
North Korean threat actors deploy 67 malicious npm packages using the newly discovered XORIndex malware loader.