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 +4 -4
- data/app/assets/stylesheets/_oulu.sass +23 -9
- data/bower.json +1 -1
- data/lib/oulu/version.rb +1 -1
- data/package.json +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 1a91843c16419c38b969e51569a7a094d2602d00
|
4
|
+
data.tar.gz: 62e200a5c694af24a56637a24accd11f047a563a
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
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
|
-
//
|
6
|
-
@import oulu-
|
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
|
-
|
10
|
-
|
11
|
-
@import helpers
|
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
data/lib/oulu/version.rb
CHANGED
data/package.json
CHANGED
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.
|
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-
|
11
|
+
date: 2017-08-17 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: thor
|