Skip to content

Commit 0d17b4a

Browse files
committed
Add bold-font-weight definition
1 parent 96a6e09 commit 0d17b4a

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

modules/typography/index.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,4 +44,5 @@
4444
--line-height-4: 1.5;
4545
--letter-spacing: 1;
4646
--caps-letter-spacing: .2em;
47+
--bold-font-weight: bold;
4748
}

modules/typography/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "basscss-typography",
3-
"version": "3.0.1",
3+
"version": "3.0.2",
44
"description": "Typography utilities module for Basscss",
55
"scripts": {
66
"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

Comments
 (0)