mirror of
https://github.com/danbulant/api_docs
synced 2026-05-24 12:27:29 +00:00
Fix bug where syntax.css would fail to compile, causing errors
This commit is contained in:
parent
dc33dfe0a7
commit
26d47b06a0
1 changed files with 2 additions and 0 deletions
|
|
@ -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 {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue