1 parent 96a6e09 commit 0d17b4aCopy full SHA for 0d17b4a
2 files changed
modules/typography/index.css
@@ -44,4 +44,5 @@
44
--line-height-4: 1.5;
45
--letter-spacing: 1;
46
--caps-letter-spacing: .2em;
47
+ --bold-font-weight: bold;
48
}
modules/typography/package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "basscss-typography",
3
- "version": "3.0.1",
+ "version": "3.0.2",
4
"description": "Typography utilities module for Basscss",
5
"scripts": {
6
"prepublish": "mkdir -p css && postcss index.css -u postcss-import -u postcss-custom-media -u postcss-custom-properties -u autoprefixer -o css/typography.css"
0 commit comments