scss-toolkit-rails 0.0.1 → 0.0.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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 8deb9cb17218aaf84f004632f6ab28b0f137decf
4
- data.tar.gz: 0ca4e6ff4112250425cac637d5a8a67dc1939758
3
+ metadata.gz: 2275f78572976e4b7cd907b35d96c1709c029230
4
+ data.tar.gz: a514f22a9672a2b153eaac61ee4d1ad6fcdae72e
5
5
  SHA512:
6
- metadata.gz: 990a2915e6871c836b7988d1b6205ab22ca68b1e1a0ad52d853f25e93e86a28f67b5b5ae144c4d0ed88ea8da6e10d2b4389f483d60d46a0ab5bc5049ff38d0eb
7
- data.tar.gz: 6df7e8173d4b947fbb4cb27d25f50612e6b94f7c52a37b2a93499200f6ccc096d06490bf5662cdc82dbf510fda4ef670945179f2284c705f2d7a78d205497915
6
+ metadata.gz: 01df2c962858e926c1d97f7398a15f09873b11e20924944406ae143bc9b8a318c2c2cb779757f94d70cd8842ae693b6546e8a123c351cdfbeec7fdbe2973d3fa
7
+ data.tar.gz: 314cc5aba12b6b9ba2c92342745134960d88dafd519c034ee948cb0f14c945e6b0ee05232b595992ac0bfb20b1d8ecb1ba7a711c96ba3aa2b8b4c1b3ae9da517
data/README.md CHANGED
@@ -24,8 +24,6 @@ end
24
24
  @import scss-toolkit
25
25
  ```
26
26
 
27
- 3) Enjoy!
28
-
29
27
  ### Rails以外(Middlemanなど)でお使いの方向け
30
28
 
31
29
  1) 以下のコマンドを実行して、ローカルに`_scss-toolkit.sass`をダウンロードして下さい:
@@ -42,9 +40,15 @@ curl https://raw.github.com/mahm/scss-toolkit-rails/master/vendor/assets/stylesh
42
40
  @import scss-toolkit
43
41
  ```
44
42
 
45
- 3) Enjoy!
46
-
47
43
 
48
44
  ## 使用例
49
45
 
50
- - under construction
46
+ * [Scss Toolkit Sample](http://scss-toolkit-sample.herokuapp.com/)
47
+ * [Scss Toolkit Sample(github)](https://github.com/dentaq/scss-toolkit-sample)
48
+
49
+
50
+ ## その他
51
+
52
+ gem化にあたりましては
53
+ [https://github.com/mahm/zurui-sass-rails](https://github.com/mahm/zurui-sass-rails)
54
+ を参考にさせていただきました。ありがとうございました。
@@ -1,3 +1,3 @@
1
1
  module ScssToolkitRails
2
- VERSION = "0.0.1"
2
+ VERSION = "0.0.2"
3
3
  end
@@ -46,8 +46,6 @@
46
46
  }
47
47
  }
48
48
 
49
- //compassとscssを使った便利なuiパーツの紹介
50
-
51
49
  // 【2】袋文字テキスト
52
50
 
53
51
  @mixin text-outline-character($text-color, $outline-color) {
@@ -59,3 +57,12 @@
59
57
  rgba(0, 0, 0, 0.8) 1px 2px 3px);
60
58
  color: $text-color;
61
59
  }
60
+
61
+ // 【3】角丸ドロップシャドウ
62
+
63
+ @mixin radius-with-dropshadow($radius: 6px) {
64
+ @include border-radius($radius);
65
+ @include box-shadow(0px 0px 10px #808080);
66
+ padding: 10px;
67
+ margin: 10px;
68
+ }
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: scss-toolkit-rails
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.1
4
+ version: 0.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - dentaq
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2014-01-17 00:00:00.000000000 Z
11
+ date: 2014-01-21 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: railties