mirror of
https://github.com/kremalicious/blog.git
synced 2024-12-22 17:23:50 +01:00
lint fix
This commit is contained in:
parent
6d1a185d53
commit
80334bc05b
@ -57,6 +57,7 @@ pre {
|
|||||||
-webkit-overflow-scrolling: touch;
|
-webkit-overflow-scrolling: touch;
|
||||||
max-height: 800px;
|
max-height: 800px;
|
||||||
|
|
||||||
|
// stylelint-disable no-descending-specificity
|
||||||
code {
|
code {
|
||||||
padding: $spacer $spacer / 2;
|
padding: $spacer $spacer / 2;
|
||||||
white-space: pre;
|
white-space: pre;
|
||||||
@ -91,6 +92,7 @@ pre {
|
|||||||
border-bottom-left-radius: $border-radius;
|
border-bottom-left-radius: $border-radius;
|
||||||
border-bottom-right-radius: $border-radius;
|
border-bottom-right-radius: $border-radius;
|
||||||
}
|
}
|
||||||
|
// stylelint-enable no-descending-specificity
|
||||||
}
|
}
|
||||||
|
|
||||||
pre[data-language]::before {
|
pre[data-language]::before {
|
||||||
|
Loading…
Reference in New Issue
Block a user