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