oulu 0.13.3 → 0.13.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: 59b402a7a4f3d128286e935a18bd80d0075e7cc0
4
- data.tar.gz: 4875f98e73fa168ff40fc18a0dfedf00281ac175
3
+ metadata.gz: 1a91843c16419c38b969e51569a7a094d2602d00
4
+ data.tar.gz: 62e200a5c694af24a56637a24accd11f047a563a
5
5
  SHA512:
6
- metadata.gz: c6b61d415d53ead4cfd3550ffc07be72d26273ff92833fc97dc61283259b7dccffbda39c9584fa3fb928fa61ced91244a791996ce189c8bc1aed1d978e8841a1
7
- data.tar.gz: 99510b45e636a08b7bc5632cc56efe631ab8f6d1bd188a8e395b828715a155650363db7778919ccda9ca6b0a06c500e0a2fea44e9afc89265b02182370cd3e19
6
+ metadata.gz: f24a145c603164372a48fdfa41193eebfba394af99bdf53d476cfe61e4b1a7ceea7256f2f269452fc86db473d0ec1de12436e5d526772ef44d680999e87d7a8a
7
+ data.tar.gz: c8ad80d0f02ef8cfacdf77ba3c6d7fc2087524999a55fbe097ac9f6b507055bcfb0e0a0a80a66afb333fd7f2b50805706ad02e3ac12e70afcbd70dcda2997f40
@@ -1,15 +1,29 @@
1
+ @charset "UTF-8"
2
+
1
3
  //////////////
2
4
  //settings
3
5
  //////////////
4
6
 
5
- // oulu-base
6
- @import oulu-base
7
+ // functions-before-variables
8
+ @import oulu-functions-before-variables
9
+
10
+ // variables
11
+ @import oulu-variables
12
+
13
+ // oulu-functions-after-variables (functions need variables)
14
+ @import oulu-functions-after-variables
7
15
 
16
+ // mixins
17
+ @import oulu-mixins
18
+
19
+ //////////////
20
+ // initializers
21
+ //////////////
22
+
23
+ @import oulu-initializers
24
+
25
+ //////////////
8
26
  // helpers
9
- @import helpers/block
10
- @import helpers/border
11
- @import helpers/font-awsome
12
- @import helpers/margin-padding
13
- @import helpers/position
14
- @import helpers/typoglaphy
15
- @import helpers/visibility
27
+ //////////////
28
+
29
+ @import oulu-helpers
data/bower.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "oulu",
3
- "version": "0.13.3",
3
+ "version": "0.13.4",
4
4
  "main": "index.js",
5
5
  "repository": {
6
6
  "type": "git",
data/lib/oulu/version.rb CHANGED
@@ -1,3 +1,3 @@
1
1
  module Oulu
2
- VERSION = "0.13.3"
2
+ VERSION = "0.13.4"
3
3
  end
data/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "oulu",
3
- "version": "0.13.3",
3
+ "version": "0.13.4",
4
4
  "main": "index.js",
5
5
  "repository": {
6
6
  "type": "git",
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: oulu
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.13.3
4
+ version: 0.13.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - machida
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2017-08-08 00:00:00.000000000 Z
11
+ date: 2017-08-17 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: thor