flex_classes 0.1.0 → 0.1.1
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/LICENSE +1 -1
- data/app/assets/stylesheets/flex_classes.sass +3 -42
- data/lib/flex_classes/version.rb +1 -1
- data/lib/flex_classes.rb +4 -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: 5b724fbaa7891b62439196479a3b6a90d83dc0fd
|
4
|
+
data.tar.gz: 0cc5738a991339cc56e24025354aa04af79daca8
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: e2d9ebc3ef0ce5e916f5440046c7e85df03038a1f5710f427c02f17bc28f890f3cda95affa8dde5214ce0f0f98af7442efd6d29dd0a1e7cddf39522c1285a351
|
7
|
+
data.tar.gz: 29a3632436f789c1c6d335665faca207a80f61715c35f27aa8e6335d2812ff128166a8908f616ad5842e134ffecf41d7fb71a363876975eea3a8ce6aa96bc26d
|
data/LICENSE
CHANGED
@@ -1,40 +1,5 @@
|
|
1
|
-
|
2
|
-
|
3
|
-
.flex-col
|
4
|
-
display: flex
|
5
|
-
flex-direction: column
|
6
|
-
|
7
|
-
.flex-col-center
|
8
|
-
display: flex
|
9
|
-
flex-direction: column
|
10
|
-
align-items: center
|
11
|
-
|
12
|
-
|
13
|
-
.flex-row
|
14
|
-
display: flex
|
15
|
-
flex-direction: row
|
16
|
-
|
17
|
-
.flex-row-center
|
18
|
-
display: flex
|
19
|
-
flex-direction: row
|
20
|
-
align-items: center
|
21
|
-
|
22
|
-
.flex-row-center-center
|
23
|
-
display: flex
|
24
|
-
flex-direction: row
|
25
|
-
align-items: center
|
26
|
-
justify-content: center
|
27
|
-
|
28
|
-
.flex-row-margin-10
|
29
|
-
display: flex
|
30
|
-
flex-direction: row
|
31
|
-
justify-content: space-between
|
32
|
-
align-items: center
|
33
|
-
|
34
|
-
margin: 10px
|
35
|
-
|
36
|
-
|
37
|
-
|
1
|
+
// MIT License
|
2
|
+
// Copyright (c) 2018 Kiryl Smalouski
|
38
3
|
|
39
4
|
.flex
|
40
5
|
display: flex
|
@@ -72,7 +37,6 @@
|
|
72
37
|
margin: $def-m
|
73
38
|
|
74
39
|
|
75
|
-
|
76
40
|
&.col
|
77
41
|
flex-direction: column
|
78
42
|
|
@@ -107,10 +71,6 @@
|
|
107
71
|
flex: 1 1
|
108
72
|
|
109
73
|
|
110
|
-
|
111
|
-
|
112
|
-
|
113
|
-
|
114
74
|
// ------------------------
|
115
75
|
// margins
|
116
76
|
// ------------------------
|
@@ -142,6 +102,7 @@
|
|
142
102
|
margin-top: $def-m-v
|
143
103
|
margin-bottom: $def-m-v
|
144
104
|
|
105
|
+
|
145
106
|
// ------------------------
|
146
107
|
// paddings
|
147
108
|
// ------------------------
|
data/lib/flex_classes/version.rb
CHANGED
data/lib/flex_classes.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: flex_classes
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.1.
|
4
|
+
version: 0.1.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Kiryl Smalouski
|
8
8
|
autorequire:
|
9
9
|
bindir: exe
|
10
10
|
cert_chain: []
|
11
|
-
date: 2018-06-
|
11
|
+
date: 2018-06-05 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: bundler
|