[READ-ONLY] Mirror of https://github.com/danielroe/postcss-capsize. PostCSS plugin to inject Capsize font metrics
0

Configure Feed

Select the types of activity you want to include in your feed.

docs: add more info to readme

Daniel Roe (Mar 13, 2021, 10:13 PM UTC) 66874868 7f862772

+8 -3
+7 -3
README.md
··· 1 1 <h1 align="center">postcss-capsize</h1> 2 - <p align="center">PostCSS plugin to inject capsize font metrics</p> 2 + <p align="center">PostCSS plugin to inject Capsize font metrics</p> 3 3 4 4 <p align="center"> 5 5 <a href="https://npmjs.com/package/postcss-capsize"> ··· 25 25 </a> 26 26 </p> 27 27 28 - > PostCSS plugin to inject capsize font metrics 28 + > PostCSS plugin to inject Capsize font metrics 29 + 30 + [**Read more about Capsize**](https://seek-oss.github.io/capsize/) 29 31 30 32 ## Quick Start 31 33 ··· 52 54 + lineGap: 0, 53 55 + unitsPerEm: 1000, 54 56 + } 57 + + // You can declare as many fonts as needed 55 58 + } 56 59 + }], 57 60 require('autoprefixer') ··· 64 67 ```css 65 68 .test { 66 69 /* font-metrics: [font-size] [font-family] [line-gap] */ 67 - font-metrics: 24px Test Mono 10px; 70 + /* [font-family] must match the entry in your plugin config */ 71 + font-metrics: 24px Test Mono 10px; 68 72 } 69 73 ``` 70 74
+1
.husky/.gitignore
··· 1 + _