Fix button docs

This commit is contained in:
Jeremy Thomas
2018-04-12 00:20:58 +01:00
parent 1074ea834b
commit 379bcb481e
12 changed files with 114 additions and 44 deletions

View File

@@ -32,7 +32,7 @@
"changes": [
{
"variable": "$hr-background-color",
"from": "border",
"from": "$border",
"to": "$background"
},
{
@@ -42,6 +42,16 @@
}
]
},
{
"file": "sass/elements/content.sass",
"changes": [
{
"variable": "$content-heading-weight",
"from": "$weight-normal",
"to": "$weight-semibold"
}
]
},
{
"file": "sass/components/message.sass",
"changes": [