-
Notifications
You must be signed in to change notification settings - Fork 105
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
GSS Hangs using VFL #182
Comments
@dcorbin I took the liberty of formatting your comment so that it displays properly in GitHub. I created a CodePen using that same markup and GSS, and it doesn't hang. Can you confirm that you're still having issues? If so it might be something to do with loading external stylesheets (in the CodePen I'm using a I also forked that original CodePen and tried as best as I could to port everything to VFL (bearing in mind that I'm not sure what your intentions are here). You can find that here. |
Nope. It still hangs. What I want to do is have 2 rows of 4 (much like the structure of the .html is). Well, in the long run, those numbers aren't fixed, but for that spike that was the goal. Logically, a .hand is one "view element". I want to write rules that describe the children of .hand relative to .hand. And then have other rules that describe the relationship of .hands (and other elements). Essentially modeling a "rich" UI where you have a classes representing different views in a hierarchy. |
I just updated the second CodePen to display 2 rows. |
I had "mostly working layout". I've tried to convert it (slowly) to VFL, but I'm finding just using one VFL statement is causing the browser (Firefox, Safari & Chrome to hang).
The HTML file and the .GSS file are below.
---spike.html----
spike.gss
The text was updated successfully, but these errors were encountered: