New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@bolt/tools-font-size

Package Overview
Dependencies
Maintainers
1
Versions
59
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@bolt/tools-font-size - npm Package Compare versions

Comparing version 0.2.0-alpha.fbb47253 to 0.2.0

38

package.json
{
"name": "@bolt/tools-font-size",
"description": "Font Size Tool",
"description": "Font Size Mixin",
"keywords": [

@@ -8,16 +8,28 @@ "bolt design system",

"css framework",
"design system"
"design system",
"typography"
],
"version": "0.2.0-alpha.fbb47253",
"author": "Salem Ghoweri",
"homepage": "'https://boltdesignsystem.com'",
"version": "0.2.0",
"maintainers": [
{
"name": "Salem Ghoweri",
"email": "me@salemghoweri.com",
"web": "https://github.com/sghoweri"
},
{
"name": "Mike Mai",
"email": "boss@mikemai.net",
"web": "http://mikemai.net/"
}
],
"homepage": "https://boltdesignsystem.com",
"license": "MIT",
"repository": {
"type": "git",
"url": "'https://github.com/pega-digital/bolt/tree/master/packages/bolt-css/tools-font-size'"
"url": "https://github.com/bolt-design-system/bolt/tree/master/packages/tools-typography"
},
"bugs": {
"url": "'https://github.com/pega-digital/bolt/issues'"
"url": "https://github.com/bolt-design-system/bolt/issues"
},
"main": "index.scss",
"style": "index.scss",
"publishConfig": {

@@ -27,8 +39,6 @@ "access": "public"

"dependencies": {
"@bolt/setting-global": "^0.2.0-alpha.fbb47253",
"@bolt/setting-modular-scale": "^0.2.0-alpha.fbb47253",
"@bolt/setting-module-manager": "^0.2.0-alpha.fbb47253",
"@bolt/tool-strip-unit": "^0.2.0-alpha.fbb47253",
"@bolt/tools-sassy-maps": "^0.2.0-alpha.fbb47253"
}
"@bolt/settings-font-size": "^0.2.0",
"@bolt/tools-sassy-maps": "^0.2.0"
},
"private": false
}

@@ -1,3 +0,18 @@

---
title: Font Size Tool
---
# @bolt/tools-font-size
Mixins for declaring the font-size property in Bolt.
- [Sass Docs](https://www.boltdesignsystem.com/docs/#tools: font-size)
## Install
```bash
npm install @bolt/tools-font-size --save
```
## Basic usage
```scss
@import 'node_modules/@bolt/tools-font-size';
```
-->
### License
MIT

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc