Skip to content

Commit 9222c36

Browse files
committed
damn lawyers
1 parent 0cca254 commit 9222c36

File tree

8 files changed

+13567
-13800
lines changed

8 files changed

+13567
-13800
lines changed

_includes/made-with-love.html

+13-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,17 @@
2626
gap([astro-gap0]);
2727
}
2828
@vertical [#grid-section-content][#astro-greg]-[#astro-d4]-[#astro-alex]-[#astro-bergie]-[#astro-tom]
29-
gap([baseline] * 3);
29+
in(#grid-section)
30+
gap([baseline] * 3)
31+
outer-gap([baseline] * 5);
32+
33+
}
34+
@v [#pp-link]-| in(#grid-section) gap([baseline]);
35+
#pp-link {
36+
text-align: center;
37+
size: == ::[intrinsic-size] !require;
38+
center-x: == ::window[center-x];
39+
opacity: .3;
3040
}
3141
</style>
3242
<style>
@@ -86,4 +96,6 @@ <h2 class="subtitle">Open source b/c we believe</h2>
8696
</a>
8797
</div>
8898

99+
<a id="pp-link" href="/legal/privacy-policy/">privacy policy</a>
100+
89101
</section>

bower_components/gss/.bower.json

+8-6
Original file line numberDiff line numberDiff line change
@@ -35,13 +35,15 @@
3535
"index.html",
3636
".travis.yml"
3737
],
38-
"_release": "c4c1bbe08d",
38+
"version": "1.0.4-beta",
39+
"_release": "1.0.4-beta",
3940
"_resolution": {
40-
"type": "branch",
41-
"branch": "master",
42-
"commit": "c4c1bbe08da4a66efc75edb2ecda2eecfded1100"
41+
"type": "version",
42+
"tag": "1.0.4-beta",
43+
"commit": "4e1d9f5d824dd57800e1d2c1f87097c8417acf51"
4344
},
4445
"_source": "git://github.com/the-gss/engine.git",
45-
"_target": "*",
46-
"_originalSource": "git://github.com/the-gss/engine.git"
46+
"_target": "~1.0.4-beta",
47+
"_originalSource": "gss",
48+
"_direct": true
4749
}

bower_components/gss/CHANGES.md

+23
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,29 @@
11
GSS Engine ChangeLog
22
====================
33

4+
## 1.0.3-beta (May 24th 2014)
5+
6+
- Selectors other than id, class & tag can now be used in CCSS when surrounded by parans:
7+
8+
```css
9+
(.section > article:not(.featured))[font-size] == 100;
10+
```
11+
12+
- Support for plural selectors on either side of a constraint operator:
13+
14+
```css
15+
.article[font-size] == .header[font-size];
16+
17+
@h |[.a][.b]| in(.cont) chain-width;
18+
19+
.container {
20+
@h |[.itemA][.itemB]| in(::) chain-width;
21+
}
22+
```
23+
24+
- 2D sugar props: `size`, `position`, `center`, `intrinsic-size`, `top-left`, `top-right`, `bottom-left`, `bottom-right`
25+
26+
427
## 1.0.2-beta (April 14th 2014)
528

629
- VGL: `@grid-template` empty zones can be defined with `.`

0 commit comments

Comments
 (0)