semantic-ui-sass 2.2.2.0 → 2.2.2.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/CHANGELOG.md +4 -0
- data/README.md +7 -0
- data/app/assets/stylesheets/semantic-ui/globals/_all.scss +1 -0
- data/app/assets/stylesheets/semantic-ui/globals/_site.scss +1 -1
- data/app/assets/stylesheets/semantic-ui/globals/_variables.scss +1 -0
- data/lib/semantic/ui/sass/version.rb +1 -1
- metadata +3 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 5dd1cec91ec4a7ec131f97defa923d56f01661db
|
|
4
|
+
data.tar.gz: 372591d16d79139e445754f007660ade563393bb
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 4282c3fcb62c1a4136a8d1b6a59b7554fc0e2c42515c56744407666807c44f9fbb0088767ea95bb0e31da518ed9054b58a59e571450c4e1989c72fc100b1f7e1
|
|
7
|
+
data.tar.gz: f0e0ce4ee66e6b465438288c739fa3615e6bf0b3ee8e1691c402cc8bff29a0281819411b06b19a652df0252cbd1e312076460058f7e2376b1293886d0d4ef3d5
|
data/CHANGELOG.md
CHANGED
data/README.md
CHANGED
|
@@ -30,6 +30,13 @@ You can also include modules
|
|
|
30
30
|
@import "semantic-ui/collections/menu";
|
|
31
31
|
```
|
|
32
32
|
|
|
33
|
+
## Custom font
|
|
34
|
+
|
|
35
|
+
```css
|
|
36
|
+
$font-url: 'http://fonts.useso.com/css?family=Lato:400,700,400italic,700italic&subset=latin';
|
|
37
|
+
@import 'semantic-ui';
|
|
38
|
+
```
|
|
39
|
+
|
|
33
40
|
## Javascripts
|
|
34
41
|
|
|
35
42
|
We have a helper that includes all Semantic javascripts. Put this in your Javascript manifest (usually in `application.js`) to
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
$font-url: 'https://fonts.googleapis.com/css?family=Lato:400,700,400italic,700italic&subset=latin,latin-ext' !default;
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: semantic-ui-sass
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 2.2.2.
|
|
4
|
+
version: 2.2.2.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- doabit
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2016-07-
|
|
11
|
+
date: 2016-07-19 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: bundler
|
|
@@ -210,6 +210,7 @@ files:
|
|
|
210
210
|
- app/assets/stylesheets/semantic-ui/globals/_all.scss
|
|
211
211
|
- app/assets/stylesheets/semantic-ui/globals/_reset.scss
|
|
212
212
|
- app/assets/stylesheets/semantic-ui/globals/_site.scss
|
|
213
|
+
- app/assets/stylesheets/semantic-ui/globals/_variables.scss
|
|
213
214
|
- app/assets/stylesheets/semantic-ui/modules/_accordion.scss
|
|
214
215
|
- app/assets/stylesheets/semantic-ui/modules/_all.scss
|
|
215
216
|
- app/assets/stylesheets/semantic-ui/modules/_checkbox.scss
|