jekyll-bulma 1.0.3 → 1.0.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
  SHA256:
3
- metadata.gz: 5ec534ad7cbcc953c2d8878639941672f90e830db5a52ea865b91670392b0e9d
4
- data.tar.gz: 76fab87c11d6cc338632ab099dadbb97acf2315b33e5aaaa72c291f2bb9c3d49
3
+ metadata.gz: 7930ed03550dd904027eeefaf491e7d2364c23ae82be6fc47fcdaf5109f63ec5
4
+ data.tar.gz: 26e7698f8d07534ea9cb06131e7a1f815bb0bc279e20f24e1da9a18b03eab3cf
5
5
  SHA512:
6
- metadata.gz: ece8f4a0875850b2e0fb1837ffbb0a458531375995c736ada7368662d8bfc1de83a8bdc9db4c3d0297be055628823402b2f327ede2259478d1c66309d4ee395c
7
- data.tar.gz: b34200b6104dffae7be01d0fb9a89923b7fc6ae66b71e1aaa90dc7c339e9466adf1e7bc490fef13d4daf6a13741dc8e7ab46eeab2158d63e52b186fbd828e51c
6
+ metadata.gz: c9f08496e56af90f542c4b72a9b9e1a2520e3f84042828f1befe9762b9f4bee75176cc8b3376c4f88ac4b4c38cf16bb0dc38c7c7e43b6eef96173f9402df013f
7
+ data.tar.gz: 7bfacfc463e9f50e32091492524ff15e9e0bb434d24d447294268daa529acb4b9f714c3d777cbc542ed504b16d3b16d41ba259fc6521ba8dcedfe15457173477
@@ -172,6 +172,16 @@ $content-table-foot-cell-color: #{cv.getVar("text-strong")} !default;
172
172
  margin-bottom: 0.25em;
173
173
  margin-top: 0.25em;
174
174
 
175
+ // Without this, the outer "&:not(:first-child) { margin-top: 1em }" above wins on
176
+ // specificity (a pseudo-class counts like a class, so ".content ul:not(:first-child)"
177
+ // outranks ".content ul ul") whenever this nested list isn't its <li>'s first child
178
+ // element - e.g. any "* [a link](url)" item followed by a sub-list, where the <a> becomes
179
+ // the true first child. Repeating :not(:first-child) here matches that specificity so the
180
+ // intended tight nested spacing actually applies regardless of what precedes the sub-list.
181
+ &:not(:first-child) {
182
+ margin-top: 0.25em;
183
+ }
184
+
175
185
  ul {
176
186
  list-style-type: square;
177
187
  }
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: jekyll-bulma
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.3
4
+ version: 1.0.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Stefan Haslinger