@bolt/tools-font-size
Advanced tools
Comparing version 0.2.0-alpha.fbb47253 to 0.2.0
{ | ||
"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
No contributors or author data
MaintenancePackage does not specify a list of contributors or an author in package.json.
Found 1 instance in 1 package
2
19
2287
2
+ Added@bolt/settings-font-size@0.2.0(transitive)
- Removed@bolt/setting-global@0.2.0-alpha.fbb47253(transitive)
- Removed@bolt/setting-modular-scale@0.2.0-alpha.fbb47253(transitive)
- Removed@bolt/setting-module-manager@0.2.0-alpha.fbb47253(transitive)
- Removedmodularscale-sass@3.0.10(transitive)
- Removedsass-versioning@0.2.2(transitive)