[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.

chore: release v0.1.0

Daniel Roe (Mar 15, 2021, 11:38 PM UTC) 88700702 db545ae9

+12 -1
+11
CHANGELOG.md
··· 1 + ## [0.1.0](https://github.com/danielroe/postcss-capsize/compare/0.0.2...0.1.0) (2021-03-15) 2 + 3 + 4 + ### ⚠ BREAKING CHANGES 5 + 6 + * capsize now uses `display: table` to prevent margin collapse - see https://github.com/seek-oss/capsize/pull/33 for more details 7 + 8 + ### Miscellaneous Chores 9 + 10 + * upgrade to capsize v2 ([db545ae](https://github.com/danielroe/postcss-capsize/commit/db545ae927aa615dade7b5201f755b110390abf1)) 11 + 1 12 ### 0.0.2 (2021-03-13) 2 13
+1 -1
package.json
··· 1 1 { 2 2 "name": "postcss-capsize", 3 - "version": "0.0.2", 3 + "version": "0.1.0", 4 4 "description": "PostCSS plugin to inject capsize font metrics", 5 5 "keywords": [ 6 6 "postcss",