From 5ee1df6bcadb2db68aead7534a58e738e54289be Mon Sep 17 00:00:00 2001 From: Zachary Lewis Date: Tue, 30 Jul 2013 21:02:11 -0500 Subject: [PATCH] Fix assets:precompile failure from missing @include --- app/assets/stylesheets/application/topic-post.css.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/assets/stylesheets/application/topic-post.css.scss b/app/assets/stylesheets/application/topic-post.css.scss index e42e00d6887..bf90a92f299 100644 --- a/app/assets/stylesheets/application/topic-post.css.scss +++ b/app/assets/stylesheets/application/topic-post.css.scss @@ -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;