ovh-jekyll-doc-theme 0.1.1 → 0.1.2

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: 3d709abbb97a6bcdfda7faef442eb60c69031fac
4
- data.tar.gz: 3b7c46807a13a7b9da2e3f2d6a921ce4cfa9d440
3
+ metadata.gz: b849abca9d7e01250b98aaebbaf11d97fe1b37db
4
+ data.tar.gz: fe7e4d7b0900f8f3fed37c364bbec136d985d785
5
5
  SHA512:
6
- metadata.gz: 8e32f600f59c45bb828bb4fd50b3a01dccfe67b5f72ad26f5f677605eefa96c89fdb2164d30b99853f08ab841e147bddd72c06de6e4a800581d03b3ae1fb3f37
7
- data.tar.gz: b1d866a9314aba6991760dbd190688d69471196f1d36b3d89dfa8cf8e2ca0c33fd35924fd0eb1434b1b4bc0d5350d20f893eec0f1217ff4fdb9889c5201b8b86
6
+ metadata.gz: c1ef5e03b8fd73b5ae8d8bddd05178086516be4479251de20cbc499afcc02c5f2733c43267045c0cd33a8b422766dabe254a7516a0a3df948dfc2b3b173b3f78
7
+ data.tar.gz: e6c9c6a3493b2add8d4bc5dfb79ad6e4b8b6bc92b7693de4af16bb3a9735c0fe2a16836db90d62c6ded910176ea42fff931c2bd62fadfde3f6a2d4f37f9d9592
@@ -1,8 +1,3 @@
1
- ---
2
- # this ensures Jekyll reads the file to be transformed into CSS later
3
- # only Main files contain this front matter, not partials.
4
- ---
5
-
6
1
  @import "variables/_sizes";
7
2
  @import "variables/_colors";
8
3
 
data/assets/main.scss ADDED
@@ -0,0 +1,6 @@
1
+ ---
2
+ # this ensures Jekyll reads the file to be transformed into CSS later
3
+ # only Main files contain this front matter, not partials.
4
+ ---
5
+
6
+ @import "../_sass/ovh-jekyll-doc-theme";
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ovh-jekyll-doc-theme
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.1
4
+ version: 0.1.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - ovh
@@ -67,6 +67,7 @@ files:
67
67
  - _sass/components/_content.scss
68
68
  - _sass/components/_sidebar.scss
69
69
  - _sass/components/_table.scss
70
+ - _sass/ovh-jekyll-doc-theme.scss
70
71
  - _sass/variables/_colors.scss
71
72
  - _sass/variables/_sizes.scss
72
73
  - assets/fonts/glyphicons-halflings-regular.eot
@@ -104,8 +105,8 @@ files:
104
105
  - assets/icons/icons.woff
105
106
  - assets/icons/icons.woff2
106
107
  - assets/js/scripts.js
108
+ - assets/main.scss
107
109
  - assets/ovh-ui-kit-bs.css
108
- - stylesheets/main.scss
109
110
  homepage: https://github.com/ovh-ux/ovh-jekyll-doc-theme
110
111
  licenses:
111
112
  - MIT