Thread Starter
David_G
(@questas_admin)
Oh crap! now I see it, the extra bracket. This snippet is the only one where I have everything on the same line. I cannot believe I missed that. All fixed, Thanks…
Thread Starter
David_G
(@questas_admin)
I would have caught it had it looked like this…
.navbar-inner a.social-icon {
color:blue;
}
footer#footer .colophon a.social-icon {
color:blue;
}
There are 4 levels in SASS/Compass: Nested, Expanded, Compact, Compressed which are used in different environments Development>>>Production. Less whitespace means quicker download.
Thread Starter
David_G
(@questas_admin)
So what you are saying is if I use less lines my sites will load faster correct? What kind of difference will it make when my current child css is 424 lines and I reduce it by half or one third?
there are developer tools if you really want to measure it. probably will be be milliseconds, but may help mobile.
Thread Starter
David_G
(@questas_admin)
Thanks for responding. I do appreciate the assistance.