bhf 0.7.13 → 0.7.14
Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 09072827353da6b6db36f8b64fedf79622747bcc
|
4
|
+
data.tar.gz: 736cb1b1ed57a3524dd48b4086b3cf6d635a5980
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
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.
|
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
|