oulu-rails 0.8.3 → 0.8.4

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: e1a94f6623dcc1a954c0d5c885e9311de4a629c9
4
- data.tar.gz: 2eb3937d13694ff8d444e572ec7f88f8c9f4c218
3
+ metadata.gz: 33e187f5453f1da6da58a996dcc43312fea9f396
4
+ data.tar.gz: 612c3f0814322407def4aec91fae708a7576bf7b
5
5
  SHA512:
6
- metadata.gz: 5923c3528be15bab5aa81f50a0616ceeab4a896d20f7b4eb43d69afe1f32cb3afed0005bec6a5bf594d3ea29c67a8fc966d4139a50040c3a2f93a78f693a866b
7
- data.tar.gz: 5081a37fe0af3777076ca4e94306563ca8574feb6f5e92485f16be319c22b168efd96cebc9cce99431ae2637895161f085fd5d99854f94312cd8ed30dcf38b64
6
+ metadata.gz: f1fe6f353c205e4b8313b34107d98d1d9a58f2a1ea9eba6db94ed26c64fdafdda6a00603312b156e4e7444ace0af391016b86d41d096210cceda0d23ebf4f9c8
7
+ data.tar.gz: d0860c258388cd6e47ec9bf967fcd3a52bdc62a5003cbc61627010eff3821e499d0999f9b36783fbd167f6c50563a526e6968fbc7464e3f30f618ac7471754b2
@@ -6,20 +6,3 @@ module OuluRails
6
6
  class Engine < ::Rails::Engine
7
7
  end
8
8
  end
9
-
10
- module AddFunctions
11
- def remove_selector(string)
12
- assert_type string, :String
13
- return Sass::Script::String.new(string.value.gsub(/(\.|#)/, ""))
14
- end
15
- def get_unicode(string)
16
- assert_type string, :String
17
- Sass::Script::String.new(string.value.codepoints.map{ |i|
18
- '\\' + i.to_s(16).upcase
19
- }.join(''), :string)
20
- end
21
- end
22
-
23
- module Sass::Script::Functions
24
- include AddFunctions
25
- end
@@ -1,3 +1,3 @@
1
1
  module OuluRails
2
- VERSION = "0.8.3"
2
+ VERSION = "0.8.4"
3
3
  end
@@ -122,7 +122,7 @@ textarea
122
122
 
123
123
  // specify the root styles of the document
124
124
 
125
- \:root
125
+ :root
126
126
  background-color: $root-background-color
127
127
  box-sizing: $root-box-sizing
128
128
  color: $root-color
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: oulu-rails
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.8.3
4
+ version: 0.8.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - machida