mirror of
https://github.com/codeninjasllc/discourse.git
synced 2024-11-24 08:09:13 -05:00
Merge pull request #1268 from zachwlewis/adding-proper-sass-includes-to-topic-post-style
Fix assets:precompile failure from missing @include
This commit is contained in:
commit
ef35d40981
1 changed files with 1 additions and 1 deletions
|
@ -358,7 +358,7 @@
|
|||
}
|
||||
|
||||
.staff a {
|
||||
border-radius-all(3px);
|
||||
@include border-radius-all(3px);
|
||||
padding: 1px 3px;
|
||||
background-color: #ffe;
|
||||
border: 1px solid #ffd;
|
||||
|
|
Loading…
Reference in a new issue