Commit f71c1a0c authored by Nikolay Gromov's avatar Nikolay Gromov

fix block code

parent f24961ad
......@@ -16,7 +16,9 @@
"sprite-png": [
"__demo"
],
"is-mobile": []
"is-mobile": [],
"logo": [],
"code": []
},
"addCssBefore": [
"./src/scss/variables.scss",
......
......@@ -4,7 +4,7 @@
$gray-lighter: hsl(0, 0%, 80%) !default;
$gray-lightest: hsl(0, 0%, 90%) !default;
$border-radius 3px !default;
$border-radius: 3px !default;
.code {
display: block;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment