Skip to content

Commit

Permalink
use .erb extension with scss so sprockets can find fingerprinted asse…
Browse files Browse the repository at this point in the history
…t_path urls
  • Loading branch information
ghoppe committed May 25, 2020
1 parent 5c90d75 commit 7e74b1e
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 13 deletions.
13 changes: 0 additions & 13 deletions app/assets/stylesheets/tinymce.scss

This file was deleted.

13 changes: 13 additions & 0 deletions app/assets/stylesheets/tinymce.scss.erb
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
/* IMPORTS STYLES USED FOR SITE */
@import url(<%= asset_path 'tinymce/skins/ui/oxide/skin.min.css' %>);
@import url(<%= asset_path 'tinymce/skins/ui/oxide/skin.mobile.min.css' %>);
@import url(<%= asset_path 'tinymce/skins/content/default/content.min.css' %>);

body.mce-content-body {
margin: 20px;
}

html, body {
background-image: none !important;
background-color: white;
}

0 comments on commit 7e74b1e

Please sign in to comment.