gss / engine

GSS engine
http://gss.github.io
MIT License
2.87k stars 103 forks source link

Not able to position relative to other elements? #186

Closed hgl closed 9 years ago

hgl commented 9 years ago

I tried to recreate the centered ipad & iphone example displayed in the homepage, and it doesn't work. What did I miss?

http://codepen.io/anon/pen/WvGmxp

Inviz commented 9 years ago

Selectors are scoped to rules now. You can use ($ ...) to break out to global context:

http://codepen.io/anon/pen/LVRoYz