bhf 0.7.13 → 0.7.14

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 58d3c238599cf5b5d56b13769f3fb6ca7bf25485
4
- data.tar.gz: a53e7eb6589687782d07be6e0b53e5bb5add59a5
3
+ metadata.gz: 09072827353da6b6db36f8b64fedf79622747bcc
4
+ data.tar.gz: 736cb1b1ed57a3524dd48b4086b3cf6d635a5980
5
5
  SHA512:
6
- metadata.gz: d04a4904b6d237ce6a5edcb09fe10bc89c142137f0ba00f1e2695959f5aadb5fcdf0c3c3ef9dc7d74c67fa41ab4460d6b2b862ecff486987c05b9d093a390b5c
7
- data.tar.gz: e7be85db1268a307a1725d9fa0ee92e9c528d9fa17fedc07355b66ba9ff28d7963e5434ecd90f2b3d82b8151de89bbf219c9a005d2b0b0bafb885acc364db1b9
6
+ metadata.gz: 76b56d57ba5a08f7d8aa2c91337888d227d663815ca7d329e327f8867f8979e6c624a90155e9ce8a29288e03eb2bd6d174ac751a834ff35aa11e16d9a0c43d66
7
+ data.tar.gz: 6513d19e5109670316d126928d9710ba2900b710a54e70004a1db21682642e642dc8aa65056744d029ef7f272af630ac8deeb37b04703485c233aa01de45a441
@@ -1,5 +1,5 @@
1
- @import "reset.css"
2
- @import "typo.css"
1
+ @import "reset.css.sass"
2
+ @import "typo.css.scss"
3
3
  @import "functions.css.sass"
4
4
 
5
5
  $w1: #fff
@@ -779,7 +779,7 @@ input[type="submit"].alt_button,
779
779
 
780
780
  // MooEditable
781
781
 
782
- @import "MooEditable.css"
782
+ @import "MooEditable.css.scss"
783
783
 
784
784
  .mooeditable-container
785
785
  @extend .default_input
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: bhf
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.7.13
4
+ version: 0.7.14
5
5
  platform: ruby
6
6
  authors:
7
7
  - Anton Pawlik
@@ -118,7 +118,6 @@ files:
118
118
  - app/assets/javascripts/bhf/mootools-more-1.5.0.js
119
119
  - app/assets/javascripts/bhf/mootools_ujs.js
120
120
  - app/assets/stylesheets/bhf/MooEditable.css.scss
121
- - app/assets/stylesheets/bhf/application.css.css
122
121
  - app/assets/stylesheets/bhf/application.css.sass
123
122
  - app/assets/stylesheets/bhf/functions.css.sass
124
123
  - app/assets/stylesheets/bhf/reset.css.sass
File without changes