Skip to content

Commit

Permalink
Load blacklight_range_limit styling via require (#1014)
Browse files Browse the repository at this point in the history
  • Loading branch information
Jessie Keck authored and cbeer committed Dec 13, 2017
1 parent 49c1319 commit 58805e1
Show file tree
Hide file tree
Showing 4 changed files with 26 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,16 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
### Fixed
### Security

## [1.12.1] - 2017-12-13

### Added
### Changed
### Deprecated
### Removed
### Fixed
- Fixed styling issue with the Date range facet #1014
### Security

## [1.12.0] - 2017-12-12

### Added
Expand Down
8 changes: 8 additions & 0 deletions app/assets/stylesheets/application.scss
Original file line number Diff line number Diff line change
@@ -1 +1,9 @@
/*
* TODO: This should be turned into a @import
* once blacklight_range_limit switches
* to using scss and @imports.
* Used by blacklight_range_limit
*= require 'blacklight_range_limit'
*/

@import "base";
8 changes: 8 additions & 0 deletions app/assets/stylesheets/application_parker.scss
Original file line number Diff line number Diff line change
@@ -1,2 +1,10 @@
/*
* TODO: This should be turned into a @import
* once blacklight_range_limit switches
* to using scss and @imports.
* Used by blacklight_range_limit
*= require 'blacklight_range_limit'
*/

@import "base";
@import "modules/parker";
1 change: 0 additions & 1 deletion app/assets/stylesheets/base.scss
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
@import "blacklight";
@import "blacklight_gallery";
@import "blacklight_heatmaps/default";
@import "blacklight_range_limit.css";
@import "spotlight";
@import "sul_theme";
@import "viewers";
Expand Down

0 comments on commit 58805e1

Please sign in to comment.