Skip to content

Commit

Permalink
Clean up styles files
Browse files Browse the repository at this point in the history
  • Loading branch information
Axa Mei Liauw committed Mar 16, 2016
1 parent d4f2cf2 commit e4d8c6e
Show file tree
Hide file tree
Showing 7 changed files with 18 additions and 45 deletions.
35 changes: 18 additions & 17 deletions app/assets/stylesheets/application.scss
Original file line number Diff line number Diff line change
@@ -1,20 +1,21 @@
/*
* This is a manifest file that'll be compiled into application.css, which will include all the files
* listed below.
*
* Any CSS and SCSS file within this directory, lib/assets/stylesheets, vendor/assets/stylesheets,
* or any plugin's vendor/assets/stylesheets directory can be referenced here using a relative path.
*
* You're free to add application-wide styles to this file and they'll appear at the bottom of the
* compiled file so the styles you add here take precedence over styles defined in any styles
* defined in the other CSS/SCSS files in this directory. It is generally better to create a new
* file per style scope.
*
*= require_tree .
*= require normalize-rails
*= require_self
*/
@import 'bootstrap-tagsinput';
@import 'jquery.jcrop';
@import 'bootstrap-sprockets';
@import 'utils/variables__bootstrap'; // pul bootstrap variables override
@import 'sir-trevor';
@import 'sir-trevor-icons';
@import 'bootstrap';
@import 'openseadragon/openseadragon';
@import 'blacklight/blacklight';
@import 'blacklight_gallery/default';
@import 'spotlight/spotlight';

@import 'normalize-rails';
@import 'pul-assets';

@import 'utils/variables__bootstrap';
.viewer {
height: 400px;
iframe {
position: absolute;
}
}
5 changes: 0 additions & 5 deletions app/assets/stylesheets/blacklight.css.scss

This file was deleted.

3 changes: 0 additions & 3 deletions app/assets/stylesheets/blacklight_gallery.css.scss

This file was deleted.

Empty file.
3 changes: 0 additions & 3 deletions app/assets/stylesheets/openseadragon.css

This file was deleted.

11 changes: 0 additions & 11 deletions app/assets/stylesheets/spotlight.scss

This file was deleted.

6 changes: 0 additions & 6 deletions app/assets/stylesheets/viewer.scss

This file was deleted.

0 comments on commit e4d8c6e

Please sign in to comment.