spuit 0.0.14.1 → 0.0.14.2

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.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/lib/spuit/version.rb +1 -1
  3. data/scss/spuit.scss +47 -0
  4. metadata +2 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 4b73dbe32362f9d9d4c30e0cb9cbf97f32b78291be8db5fb09d209dde8ecf7d0
4
- data.tar.gz: a0ea1d70ea5e3bda9955cde0af90cd49e059d849d99fac461a33c1d50dd16eb0
3
+ metadata.gz: 1bd2f96132838f9215a3f882d867fd9334533705958db1592ec452ccf1061a8b
4
+ data.tar.gz: 0b4c803122dcae5eb8040e20dff9ae83218e47c9c7b36652c44738b93d103040
5
5
  SHA512:
6
- metadata.gz: c729a7923eb5b28c858c707c210e4526a4e24eddeaf032d61263eab2fc6c7cd78dcad94b5192c6f8b8765b62619a9a7d21425d9ca3af8aecdad83f2fa02875c8
7
- data.tar.gz: 8c6dfacba6c54138cb879aba44d5690db346d7054834725364a1bf6faf2b62e4bcdfb413a78899f10e4a3d339a87bc8eaeb82d2b57cb64fb0f137828df34ca91
6
+ metadata.gz: f27b73aa3e38f9a7058fcff5603955e8636528a947085721739981db4cc9149cf1f7c49bafa409482b8ea392fa3beef920b3d324c17472e7828fa513043964ae
7
+ data.tar.gz: 7d97f379a525acecdf757a7a475d77c6c86383f2cc080e4f924b470a4d933ec86c193ffe7ece032b5165c5409f357da8c8992c88119700ac87d03f1ddea07fff
@@ -1,3 +1,3 @@
1
1
  module Spuit
2
- VERSION = "0.0.14.1"
2
+ VERSION = "0.0.14.2"
3
3
  end
@@ -0,0 +1,47 @@
1
+ @charset 'utf-8';
2
+
3
+ // valiables
4
+ @import 'variables/fonts';
5
+ @import 'variables/timing-functions';
6
+ @import 'variables/media-queries';
7
+ @import 'variables/colors';
8
+ @import 'variables/svgs';
9
+
10
+ // module mixins
11
+ @import 'modules/clearfix';
12
+ @import 'modules/breakpoints';
13
+ @import 'modules/hide-text';
14
+ @import 'modules/fa';
15
+ @import 'modules/font-face';
16
+ @import 'modules/background-image';
17
+ @import 'modules/inherit';
18
+ @import 'modules/word-break';
19
+ @import 'modules/text-overflow';
20
+ @import 'modules/reset';
21
+
22
+ // create styles
23
+ @import 'includes/animations';
24
+ @import 'includes/hiddens';
25
+ @import 'includes/spacers';
26
+ @import 'includes/webfonts';
27
+ @import 'includes/stickey-footer';
28
+ @import 'includes/spuit-utils';
29
+ @import 'includes/normalize';
30
+
31
+ // shortcut mixins
32
+ @import 'shortcuts/absolute';
33
+ @import 'shortcuts/centering';
34
+ @import 'shortcuts/disc';
35
+
36
+ // shortcut components, element
37
+ // FIXME: 未整理、不要なものを削除するまでコメントアウト
38
+ @import 'components/icon';
39
+ @import 'components/button';
40
+ @import 'components/switch';
41
+ @import 'elements/table';
42
+ @import 'elements/input';
43
+ @import 'elements/fieldset';
44
+ // @import 'elements/radio';
45
+ // @import 'elements/checkbox';
46
+ @import 'elements/custom-checkbox';
47
+ @import 'elements/select';
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: spuit
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.14.1
4
+ version: 0.0.14.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - is8r
@@ -184,6 +184,7 @@ files:
184
184
  - scss/shortcuts/_absolute.scss
185
185
  - scss/shortcuts/_centering.scss
186
186
  - scss/shortcuts/_disc.scss
187
+ - scss/spuit.scss
187
188
  - scss/variables/_colors.scss
188
189
  - scss/variables/_defaults.scss
189
190
  - scss/variables/_fonts.scss