seiro 0.1.3 → 0.1.4

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: 7628f358eff83f574787d25c74e946c1ebfa309a
4
- data.tar.gz: 0000e90124de4f75bd5d7b37dd22ea8a8f218177
3
+ metadata.gz: 408fdfce947d1ef1b5b24eabc4e697f8f2caf855
4
+ data.tar.gz: 7d237221cce2fbaabdb6bc653126995d2bf59bab
5
5
  SHA512:
6
- metadata.gz: 486432977a34320bff2726e20287cd162a3bd34dcf3f6c2c273ca0ce075fde9e036a3982d5281dcc43a7c982d54e75a6b84960c35bbd2d6d515d171069419d94
7
- data.tar.gz: cd1641a0e749e03c50cb1afe4d66aea50aec05db7304b929f40a76f53d28754d6a40267bff1fc6d4ddf95ce2814c1ce0a552a07a792bc374654f4e0fae97b868
6
+ metadata.gz: 410991faeb8da3402caa1520761b0b80c2e6d1fd667f1f29dd2604e2316d7a4eb23661eec68fba90d98b41b4b6db3ef44294986bcd0d93a79c449d9cf63de142
7
+ data.tar.gz: c1eea8d2c6a087714c68213d4c7449e98c921b381dde6ecf9b50aefe0f291aaa9b0755b60018236dfe02eb6f48de476d357bf0604a8ff1fcecaffe249fa8d0a5
data/_includes/head.html CHANGED
@@ -3,6 +3,5 @@
3
3
  <meta name="viewport" content="width=device-width, initial-scale=1.0">
4
4
  <meta http-equiv="X-UA-Compatible" content="ie=edge">
5
5
  <title>{{ site.title }}</title>
6
- <link rel="stylesheet" href="../css/seiro.css">
7
- <link rel="stylesheet" href="../css/style.css">
6
+ <link rel="stylesheet" href="{{ "/assets/main.css" | relative_url }}">
8
7
  </head>
@@ -1,4 +1,4 @@
1
1
  @charset "utf-8"
2
2
 
3
- @import "gallery.sass"
4
- @import "card.sass"
3
+ @import "gallery.sass";
4
+ @import "card.sass";
@@ -1,4 +1,4 @@
1
1
  @charset "utf-8"
2
2
 
3
- @import "banners.sass"
4
- @import "buttons.sass"
3
+ @import "banners.sass";
4
+ @import "buttons.sass";
@@ -1,4 +1,4 @@
1
1
  @charset "utf-8"
2
2
 
3
- @import "defaults.sass"
4
- @import "typography-helpers.sass"
3
+ @import "defaults.sass";
4
+ @import "typography-helpers.sass";
data/_sass/seiro.sass CHANGED
@@ -1,6 +1,6 @@
1
1
  @charset "utf-8"
2
2
 
3
- @import "variables/_all"
4
- @import "modifiers/_all"
5
- @import "elements/_all"
6
- @import "components/_all"
3
+ @import "variables/_all";
4
+ @import "modifiers/_all";
5
+ @import "elements/_all";
6
+ @import "components/_all";
@@ -1,5 +1,5 @@
1
1
  @charset "utf-8"
2
2
 
3
- @import "initial-variables.sass"
4
- @import "derived-variables.sass"
5
- @import "element-variables.sass"
3
+ @import "initial-variables.sass";
4
+ @import "derived-variables.sass";
5
+ @import "element-variables.sass";
data/assets/main.sass ADDED
@@ -0,0 +1 @@
1
+ @import "seiro";
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: seiro
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.3
4
+ version: 0.1.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Nadia Rodriguez
@@ -78,6 +78,7 @@ files:
78
78
  - _sass/variables/derived-variables.sass
79
79
  - _sass/variables/element-variables.sass
80
80
  - _sass/variables/initial-variables.sass
81
+ - assets/main.sass
81
82
  homepage: https://github.com/nadsr2/seiro-jekyll-theme
82
83
  licenses:
83
84
  - MIT