Commit 26d47b06 authored by Robert Lord's avatar Robert Lord

Fix bug where syntax.css would fail to compile, causing errors

parent dc33dfe0
...@@ -14,6 +14,8 @@ License for the specific language governing permissions and limitations ...@@ -14,6 +14,8 @@ License for the specific language governing permissions and limitations
under the License. under the License.
*/ */
@import 'variables';
<%= Rouge::Themes::Base16::Monokai.render(:scope => '.highlight') %> <%= Rouge::Themes::Base16::Monokai.render(:scope => '.highlight') %>
.highlight .c, .highlight .cm, .highlight .c1, .highlight .cs { .highlight .c, .highlight .cm, .highlight .c1, .highlight .cs {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment