semantic-ui-sass 2.2.2.0 → 2.2.2.1

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 535759346842689516d3e10c9248df0fb6c9f056
4
- data.tar.gz: 37652c22f5eaf35570c712868d50cbc01dbcf867
3
+ metadata.gz: 5dd1cec91ec4a7ec131f97defa923d56f01661db
4
+ data.tar.gz: 372591d16d79139e445754f007660ade563393bb
5
5
  SHA512:
6
- metadata.gz: 1bb4296571bdecde78d9cc75f73d8bafd2d02223c3e1ac16ac932ea54097b8bac8077f678403b3ee9612476a59b80e2f752c75a5277688e9569aedf5b2661384
7
- data.tar.gz: 937dc6b7ba04359f554fd450ae60703ece02dee528adbae220af0ab6f083368de0a806493f8f3543a9f9cbebe45f6d318b901142935c7e289a03f61c635702e0
6
+ metadata.gz: 4282c3fcb62c1a4136a8d1b6a59b7554fc0e2c42515c56744407666807c44f9fbb0088767ea95bb0e31da518ed9054b58a59e571450c4e1989c72fc100b1f7e1
7
+ data.tar.gz: f0e0ce4ee66e6b465438288c739fa3615e6bf0b3ee8e1691c402cc8bff29a0281819411b06b19a652df0252cbd1e312076460058f7e2376b1293886d0d4ef3d5
data/CHANGELOG.md CHANGED
@@ -1,3 +1,7 @@
1
+ ## 2.2.2.1
2
+
3
+ * Add font-url variable
4
+
1
5
  ## 2.2.2.0
2
6
 
3
7
  * Update Semantic UI to 2.2.2
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
@@ -1,2 +1,3 @@
1
+ @import 'variables';
1
2
  @import 'reset';
2
3
  @import 'site';
@@ -13,7 +13,7 @@
13
13
  Page
14
14
  *******************************/
15
15
 
16
- @import url('https://fonts.googleapis.com/css?family=Lato:400,700,400italic,700italic&subset=latin,latin-ext');
16
+ @import url($font-url);
17
17
  html,
18
18
  body {
19
19
  height: 100%;
@@ -0,0 +1 @@
1
+ $font-url: 'https://fonts.googleapis.com/css?family=Lato:400,700,400italic,700italic&subset=latin,latin-ext' !default;
@@ -1,7 +1,7 @@
1
1
  module Semantic
2
2
  module Ui
3
3
  module Sass
4
- VERSION = "2.2.2.0"
4
+ VERSION = "2.2.2.1"
5
5
  SEMANTIC_UI_SHA = 'b14cc6f4fe7eafc395b2a8544fedbcaf0cc02610'
6
6
  end
7
7
  end
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.0
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-08 00:00:00.000000000 Z
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