sb_internal_style 0.0.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +7 -0
- data/.gitignore +17 -0
- data/Gemfile +4 -0
- data/README.md +29 -0
- data/Rakefile +1 -0
- data/app/assets/fonts/singlebrookrounded-webfont.eot +0 -0
- data/app/assets/fonts/singlebrookrounded-webfont.fog +0 -0
- data/app/assets/fonts/singlebrookrounded-webfont.svg +517 -0
- data/app/assets/fonts/singlebrookrounded-webfont.ttf +0 -0
- data/app/assets/fonts/singlebrookrounded-webfont.woff +0 -0
- data/app/assets/stylesheets/sb_internal_style/_colors.scss +13 -0
- data/app/assets/stylesheets/sb_internal_style/_links.scss +33 -0
- data/app/assets/stylesheets/sb_internal_style/main.scss +455 -0
- data/lib/sb_internal_style/version.rb +3 -0
- data/lib/sb_internal_style.rb +10 -0
- data/sb_internal_style.gemspec +25 -0
- metadata +101 -0
checksums.yaml
ADDED
@@ -0,0 +1,7 @@
|
|
1
|
+
---
|
2
|
+
SHA1:
|
3
|
+
metadata.gz: c0c6a2a9f160761f9453fd104113cab94ae2a2ac
|
4
|
+
data.tar.gz: 3fad570e8a21efa7eda9ad898b412e3d03d2b0cd
|
5
|
+
SHA512:
|
6
|
+
metadata.gz: a2efca513a13391e5eac9c6395bf1a9024975f8b576952457539110837acc772b3cc061f8ce296d167fc93858f60fa699587feed819a91abc87118628f897c5b
|
7
|
+
data.tar.gz: 1e6b989f89d7c7793085b189f444af7bbaa62a27aee192c2eef3cecea7f7023b667d71bdb5445be9c8ecfd2571edf47e639bd11ded5f8a36baed0e877c5b75fc
|
data/.gitignore
ADDED
data/Gemfile
ADDED
data/README.md
ADDED
@@ -0,0 +1,29 @@
|
|
1
|
+
# SbInternalStyle
|
2
|
+
|
3
|
+
TODO: Write a gem description
|
4
|
+
|
5
|
+
## Installation
|
6
|
+
|
7
|
+
Add this line to your application's Gemfile:
|
8
|
+
|
9
|
+
gem 'sb_internal_style'
|
10
|
+
|
11
|
+
And then execute:
|
12
|
+
|
13
|
+
$ bundle
|
14
|
+
|
15
|
+
Or install it yourself as:
|
16
|
+
|
17
|
+
$ gem install sb_internal_style
|
18
|
+
|
19
|
+
## Usage
|
20
|
+
|
21
|
+
TODO: Write usage instructions here
|
22
|
+
|
23
|
+
## Contributing
|
24
|
+
|
25
|
+
1. Fork it
|
26
|
+
2. Create your feature branch (`git checkout -b my-new-feature`)
|
27
|
+
3. Commit your changes (`git commit -am 'Add some feature'`)
|
28
|
+
4. Push to the branch (`git push origin my-new-feature`)
|
29
|
+
5. Create new Pull Request
|
data/Rakefile
ADDED
@@ -0,0 +1 @@
|
|
1
|
+
require "bundler/gem_tasks"
|
File without changes
|
Binary file
|