Skip to content

Commit

Permalink
allow apps to overwrite bootstrap variables
Browse files Browse the repository at this point in the history
improves theming capabilities
  • Loading branch information
youngbrioche committed Feb 11, 2015
1 parent c1c263f commit cc6e535
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
2 changes: 0 additions & 2 deletions app/assets/stylesheets/_framework.scss
@@ -1,5 +1,3 @@
@import 'iqvoc/settings/bootstrap-variables';

@import 'bootstrap-sass/assets/stylesheets/bootstrap-sprockets';
@import 'bootstrap-sass/assets/stylesheets/bootstrap';

Expand Down
1 change: 1 addition & 0 deletions app/assets/stylesheets/manifest.css.scss
@@ -1,2 +1,3 @@
@import 'iqvoc/settings/bootstrap-variables';
@import 'framework';
@import 'iqvoc/manifest';
1 change: 1 addition & 0 deletions lib/generators/app/template.rb
Expand Up @@ -66,6 +66,7 @@ module #{namespaced_app_name}

remove_file 'app/assets/stylesheets/application.css'
create_file 'app/assets/stylesheets/manifest.css.scss', <<-EOF
@import 'iqvoc/settings/bootstrap-variables';
@import 'framework';
@import 'iqvoc/manifest';
@import '#{app_path}/manifest';
Expand Down
2 changes: 1 addition & 1 deletion lib/iqvoc/version.rb
Expand Up @@ -15,5 +15,5 @@
# limitations under the License.

module Iqvoc
VERSION = "4.8.2"
VERSION = "4.9.0"
end

0 comments on commit cc6e535

Please sign in to comment.