Skip to content

Commit a0a04c1

Browse files
committed
updated repo links from the-gss/.. to gss/, @paulyoung you the man!
1 parent a079584 commit a0a04c1

File tree

7 files changed

+100
-100
lines changed

7 files changed

+100
-100
lines changed

_includes/navigation.html

+31-31
Original file line numberDiff line numberDiff line change
@@ -2,32 +2,32 @@
22

33
<div id="nav" class="trans fixed">
44
<style type="text/gss">
5-
5+
66
.badge {
77
width: == 45.142;
88
height: == 48;
99
}
1010
@if [Wwin] >= [breakpoint1] {
1111
#nav {
1212
.badge {
13-
top: == 0 - 4;
14-
center-x: == ::window[center-x];
13+
top: == 0 - 4;
14+
center-x: == ::window[center-x];
1515
}
1616
}
1717
}
1818
@else {
1919
#nav {
2020
.badge {
21-
top: == 0 - 4;
22-
right: == ::window[left];
21+
top: == 0 - 4;
22+
right: == ::window[left];
2323
}
2424
}
2525
}
2626
#sidenav-menu-button {
2727
margin-top: -5px !important;
2828
width: == ::[intrinsic-width];
2929
height: == ::[intrinsic-height];
30-
center-x: == 0 - ::window[center-y] - ::[width] / 2;
30+
center-x: == 0 - ::window[center-y] - ::[width] / 2;
3131
}
3232

3333
</style>
@@ -38,12 +38,12 @@
3838
#nav, #sidenav {
3939
z-index: 100;
4040
}
41-
41+
4242
#sidenav-menu-button-wrap {
4343
-webkit-transform: rotate(-90deg);
4444
-moz-transform: rotate(-90deg);
4545
transform: rotate(-90deg);
46-
}
46+
}
4747
.scrolled-down #nav {
4848
-webkit-transform: translateY(-72px);
4949
-moz-transform: translateY(-72px);
@@ -59,7 +59,7 @@
5959
-moz-transform: translateY(0px) !important;
6060
transform: translateY(0px) !important;
6161
}
62-
62+
6363
.scrolled-down #sidenav {
6464
-webkit-transform: translateX(-72px);
6565
-moz-transform: translateX(-72px);
@@ -74,7 +74,7 @@
7474
-webkit-transform: translateX(-72px) !important;
7575
-moz-transform: translateX(-72px) !important;
7676
transform: translateX(-72px) !important;
77-
}
77+
}
7878
.app-show-menu #menu {
7979
margin-left: 0 !important;
8080
}
@@ -83,8 +83,8 @@
8383
-webkit-transition: margin .3s;
8484
-moz-transition: margin .3s;
8585
transition: margin .3s;
86-
87-
86+
87+
8888
}
8989
.app-show-menu #hide-menu-button {
9090
margin-left: 0 !important;
@@ -93,20 +93,20 @@
9393
margin-left: -100% !important;
9494
margin-left: -100% !important;
9595
-webkit-transition: margin 600ms cubic-bezier(0.080, 0.615, 0.355, 1); /* older webkit */
96-
-webkit-transition: margin 600ms cubic-bezier(0.080, 0.615, 0.355, 1.100);
97-
-moz-transition: margin 600ms cubic-bezier(0.080, 0.615, 0.355, 1.100);
98-
-o-transition: margin 600ms cubic-bezier(0.080, 0.615, 0.355, 1.100);
96+
-webkit-transition: margin 600ms cubic-bezier(0.080, 0.615, 0.355, 1.100);
97+
-moz-transition: margin 600ms cubic-bezier(0.080, 0.615, 0.355, 1.100);
98+
-o-transition: margin 600ms cubic-bezier(0.080, 0.615, 0.355, 1.100);
9999
transition: margin 600ms cubic-bezier(0.080, 0.615, 0.355, 1.100); /* custom */
100100

101101
-webkit-transition-timing-function: cubic-bezier(0.080, 0.615, 0.355, 1); /* older webkit */
102-
-webkit-transition-timing-function: cubic-bezier(0.080, 0.615, 0.355, 1.100);
103-
-moz-transition-timing-function: cubic-bezier(0.080, 0.615, 0.355, 1.100);
104-
-o-transition-timing-function: cubic-bezier(0.080, 0.615, 0.355, 1.100);
102+
-webkit-transition-timing-function: cubic-bezier(0.080, 0.615, 0.355, 1.100);
103+
-moz-transition-timing-function: cubic-bezier(0.080, 0.615, 0.355, 1.100);
104+
-o-transition-timing-function: cubic-bezier(0.080, 0.615, 0.355, 1.100);
105105
transition-timing-function: cubic-bezier(0.080, 0.615, 0.355, 1.100); /* custom */
106106
}
107107
</style>
108108
<a id="top-badge" href="/">
109-
<svg class="badge badge-icon trans"
109+
<svg class="badge badge-icon trans"
110110
width="45.142px" height="48px" version="1.1" xmlns="http://www.w3.org/2000/svg" baseProfile="full">
111111
<g>
112112
<path d="M11.991,34.812l10.595,2.902l10.453-2.874l1.185-13.159l-11.638-0.001v5.193h6.06l-0.425,3.959l-5.636,1.508l-5.777-1.536
@@ -117,51 +117,51 @@
117117
</a>
118118
</div>
119119

120-
<div id="sidenav" class="fixed trans">
120+
<div id="sidenav" class="fixed trans">
121121
<div id="sidenav-menu-button-wrap" class="trans">
122122
<button id="sidenav-menu-button" class="app-menu-trigger transparent">Menu</button>
123-
</div>
123+
</div>
124124
</div>
125125

126126
<div id="menu" class="color-menu trans fixed">
127127
<style type="text/gss">
128-
128+
129129
/* structure */
130130
#menu {
131131
top: == 0 !require;
132132
left: == 0 !require;
133-
bottom: == ::window[bottom] !require;
133+
bottom: == ::window[bottom] !require;
134134
overflow-y: auto;
135135
overflow-x: hidden;
136-
136+
137137
ul {
138138
top: >=0 !require;
139139
height: == ::[intrinsic-height];
140-
center-y: == ::window[center-y];
140+
center-y: == ::window[center-y];
141141
padding: == 2 * [baseline];
142142
width: == ::[intrinsic-width];
143143
left: == #hide-menu-button[right];
144144
right: == ::parent[right] - #hide-menu-button[width];
145-
145+
146146
li {
147147
text-align: center;
148148
}
149149
}
150150
}
151-
151+
152152
#hide-menu-button {
153153
width: == ::[intrinsic-width];
154154
height: == ::[intrinsic-height];
155155
center-y: == #menu[center-y];
156156
left: == #menu[left];
157157
}
158-
159-
158+
159+
160160
</style>
161161
<ul class="large-list">
162162
<li>
163163
<a href="/">
164-
<svg class="badge badge-icon trans"
164+
<svg class="badge badge-icon trans"
165165
width="45.142px" height="48px" version="1.1" xmlns="http://www.w3.org/2000/svg" baseProfile="full">
166166
<g>
167167
<path d="M11.991,34.812l10.595,2.902l10.453-2.874l1.185-13.159l-11.638-0.001v5.193h6.06l-0.425,3.959l-5.636,1.508l-5.777-1.536
@@ -175,7 +175,7 @@
175175
<a href="/usage/">Install</a>
176176
</li>
177177
<li>
178-
<a href="https://github.com/the-gss/engine">Github</a>
178+
<a href="https://github.com/gss/engine">Github</a>
179179
</li>
180180
<!--li>
181181
<a href="/demos/">Demos</a>

bower.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"keywords": [],
44
"description": "Site",
55
"dependencies": {
6-
"gss": "git://github.com/the-gss/engine.git"
6+
"gss": "git://github.com/gss/engine.git"
77
},
88
"ignore": [
99
"**/.*",

bower_components/gss/README.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
GSS engine [![Build Status](https://travis-ci.org/the-gss/engine.png?branch=master)](https://travis-ci.org/the-gss/engine)
1+
GSS engine [![Build Status](https://travis-ci.org/gss/engine.png?branch=master)](https://travis-ci.org/gss/engine)
22
==========
33

44
[![Cross-browser testing status](https://saucelabs.com/browser-matrix/gss-engine.svg)](https://saucelabs.com/u/gss-engine)
@@ -7,10 +7,10 @@ Compiles and runs Grid Style Sheet (GSS) rules. GSS is an implementation of Badr
77

88
GSS supports the following syntaxes for defining layout rules:
99

10-
* [CCSS](https://github.com/the-gss/ccss-compiler#readme) - direct constraints related to position and size of DOM elements
11-
* [VFL](https://github.com/the-gss/vfl-compiler#readme) - horizontal and vertical spacing constraints based on [Apple's Visual Format Language](https://developer.apple.com/library/ios/documentation/userexperience/conceptual/AutolayoutPG/VisualFormatLanguage/VisualFormatLanguage.html)
10+
* [CCSS](https://github.com/gss/ccss-compiler#readme) - direct constraints related to position and size of DOM elements
11+
* [VFL](https://github.com/gss/vfl-compiler#readme) - horizontal and vertical spacing constraints based on [Apple's Visual Format Language](https://developer.apple.com/library/ios/documentation/userexperience/conceptual/AutolayoutPG/VisualFormatLanguage/VisualFormatLanguage.html)
1212

13-
Additionally, support for [GTL](https://github.com/the-gss/gtl-compiler#readme), based on the [W3C Grid Template Language](http://dev.w3.org/csswg/css-template/) is planned.
13+
Additionally, support for [GTL](https://github.com/gss/gtl-compiler#readme), based on the [W3C Grid Template Language](http://dev.w3.org/csswg/css-template/) is planned.
1414

1515
The main GSS repository provides a [Component](http://component.io/) library handling both the compilation and application of the layout constraints.
1616

home/_posts/2014-02-01-about.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,4 @@
1616

1717
GSS polyfills layout languages from an alternate CSS future; including Greg Badros's Constraint CSS [(CCSS)](http://citeseer.ist.psu.edu/viewdoc/summary?doi=10.1.1.101.4819) and Apple's Visual Format Language [(VFL)](https://developer.apple.com/library/ios/documentation/UserExperience/Conceptual/AutolayoutPG/VisualFormatLanguage/VisualFormatLanguage.html). GSS levels up CSS with relative positioning & sizing and true source order independence - which means developers can center any element within any other with a one-liner: `#any[center] == #anyother[center];` Boom.
1818

19-
[Install](/usage) GSS or check out [the source code](https://github.com/the-gss/engine).
19+
[Install](/usage) GSS or check out [the source code](https://github.com/gss/engine).

0 commit comments

Comments
 (0)