Skip to content
This repository has been archived by the owner on Oct 28, 2019. It is now read-only.

Commit

Permalink
v4.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tamaina committed Mar 7, 2019
1 parent 682675c commit 11a3ffa
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 10 deletions.
5 changes: 1 addition & 4 deletions dist/style/mfm.css
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,8 @@
[data-mfm="root"] small, [data-mfm="root"] .small {
font-size: smaller; }
[data-mfm="root"] [data-mfm="inlineCode"],
[data-mfm="root"] code:not([data-mfm="math"]) {
[data-mfm="root"] code[data-mfm="inlineCode"]:not([data-mfm="math"]) {
display: inline-block;
padding: 4px 8px;
margin: 0 0.5em;
font-size: 80%;
border-radius: 2px;
line-height: 1.171875em; }
[data-mfm="root"] [data-mfm="blockCode"],
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mfmf",
"version": "3.1.0",
"version": "4.0.0",
"description": "",
"main": "dist/script/",
"scripts": {
Expand Down
5 changes: 1 addition & 4 deletions src/style/_mfm.sass
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,8 @@
font-size: smaller

[data-mfm="inlineCode"],
code:not([data-mfm="math"])
code[data-mfm="inlineCode"]:not([data-mfm="math"])
display: inline-block
padding: 4px 8px
margin: 0 0.5em
font-size: 80%
border-radius: 2px
line-height: 1.171875em

Expand Down

0 comments on commit 11a3ffa

Please sign in to comment.