app/assets/stylesheets/phcpress/application.scss in phcpress-5.1.0 vs app/assets/stylesheets/phcpress/application.scss in phcpress-5.2.0
- old
+ new
@@ -12,12 +12,17 @@
*
*= require_tree .
*= require_self
*/
-// Bootstrap & Font Awesome
+// Editor: Summernote & Code Mirror
+@import "summernote";
+@import "codemirror";
+@import "codemirror/themes/solarized";
+
+// UI: Bootstrap & Font Awesome
@import "bootstrap-sprockets";
@import "bootstrap";
@import "font-awesome";
-// Custom Alterations
+// Other: Custom Alterations
@import "custom";