add class instead of extend
This commit is contained in:
parent
62a716d827
commit
508d4b1c2e
2 changed files with 1 additions and 3 deletions
|
@ -7,8 +7,6 @@
|
||||||
#markdown-toc {
|
#markdown-toc {
|
||||||
@extend .menu-list;
|
@extend .menu-list;
|
||||||
|
|
||||||
float: right;
|
|
||||||
|
|
||||||
&, ul {
|
&, ul {
|
||||||
list-style: none;
|
list-style: none;
|
||||||
}
|
}
|
||||||
|
|
|
@ -6,7 +6,7 @@ created_at: 25-10-2016
|
||||||
---
|
---
|
||||||
|
|
||||||
* x
|
* x
|
||||||
{:toc}
|
{:toc .is-pulled-right}
|
||||||
|
|
||||||
# Intro
|
# Intro
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue