@bolt/tools-font-size
Advanced tools
Comparing version 0.2.0 to 0.3.0-alpha.8056e857
@@ -11,3 +11,3 @@ { | ||
], | ||
"version": "0.2.0", | ||
"version": "0.3.0-alpha.8056e857", | ||
"maintainers": [ | ||
@@ -34,3 +34,3 @@ { | ||
}, | ||
"style": "index.scss", | ||
"style": "_tools.font-size.scss", | ||
"publishConfig": { | ||
@@ -40,6 +40,6 @@ "access": "public" | ||
"dependencies": { | ||
"@bolt/settings-font-size": "^0.2.0", | ||
"@bolt/tools-sassy-maps": "^0.2.0" | ||
"@bolt/settings-font-size": "^0.6.0-alpha.8056e857", | ||
"@bolt/tools-sassy-maps": "^0.3.0-alpha.8056e857" | ||
}, | ||
"private": false | ||
} |
# @bolt/tools-font-size | ||
Mixins for declaring the font-size property in Bolt. | ||
Mixins for managing and grabbing fluid font sizes in Bolt. | ||
@@ -8,12 +8,3 @@ - [Sass Docs](https://www.boltdesignsystem.com/docs/#tools: font-size) | ||
```bash | ||
npm install @bolt/tools-font-size --save | ||
npm install @bolt/tools-font-size | ||
``` | ||
## Basic usage | ||
```scss | ||
@import 'node_modules/@bolt/tools-font-size'; | ||
``` | ||
--> | ||
### License | ||
MIT |
2529
10
+ Added@bolt/settings-font-size@0.6.0(transitive)
+ Added@bolt/tools-sassy-maps@0.3.0-alpha.8056e857(transitive)
- Removed@bolt/settings-font-size@0.2.0(transitive)
- Removed@bolt/tools-sassy-maps@0.2.0(transitive)