From 26d47b06a0a5204435cda3863073dbb1eca61b7a Mon Sep 17 00:00:00 2001 From: Robert Lord Date: Mon, 21 Oct 2013 15:17:35 -0700 Subject: [PATCH] Fix bug where syntax.css would fail to compile, causing errors --- source/stylesheets/syntax.css.scss.erb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/source/stylesheets/syntax.css.scss.erb b/source/stylesheets/syntax.css.scss.erb index 7ae77c2..dfeb0c1 100644 --- a/source/stylesheets/syntax.css.scss.erb +++ b/source/stylesheets/syntax.css.scss.erb @@ -14,6 +14,8 @@ License for the specific language governing permissions and limitations under the License. */ +@import 'variables'; + <%= Rouge::Themes::Base16::Monokai.render(:scope => '.highlight') %> .highlight .c, .highlight .cm, .highlight .c1, .highlight .cs {