shoelace 0.1.6 → 0.1.7
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/README.md +3 -1
- data/lib/shoelace/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: f4448c74b26f093ea2c9bf9af9f5adac4b668814
|
|
4
|
+
data.tar.gz: 4f60ef69b6e9c7c07c6f63006c19286c2ee832a6
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 287a248ea120950afeea12c53c115b30a343d18dd19365e08f3fe8da9353cbad7e69a365b6f482717e395750a54978814771b7b4c9c04bfdbcf226672cc339e3
|
|
7
|
+
data.tar.gz: 43778d3f7430aec2f384685fe84a09105eafa1e33436283a13c0c5de9e0700f135a58217e52a0112a7a3b4e55e7fe52ff132291bc582affc24003880f84df21c
|
data/README.md
CHANGED
|
@@ -29,7 +29,9 @@ Add the following to your app/assets/stylesheets/application.sass
|
|
|
29
29
|
Optionally override the following SASS variables
|
|
30
30
|
|
|
31
31
|
`$border-bottom-color: #ddd` - border color of the 'border-bottom' class
|
|
32
|
+
|
|
32
33
|
`$big-text-size: 20px` - font size of the 'big-text' class
|
|
34
|
+
|
|
33
35
|
`$small-text-size: 12px` - font size of the 'small-text' class
|
|
34
36
|
|
|
35
37
|
## Development
|
|
@@ -40,7 +42,7 @@ To install this gem onto your local machine, run `bundle exec rake install`. To
|
|
|
40
42
|
|
|
41
43
|
## Contributing
|
|
42
44
|
|
|
43
|
-
Bug reports and pull requests are welcome on GitHub at https://github.com/
|
|
45
|
+
Bug reports and pull requests are welcome on GitHub at https://github.com/tenforwardconsulting/shoelace. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the [Contributor Covenant](http://contributor-covenant.org) code of conduct.
|
|
44
46
|
|
|
45
47
|
|
|
46
48
|
## License
|
data/lib/shoelace/version.rb
CHANGED