-
Notifications
You must be signed in to change notification settings - Fork 24
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
Stylesheets not fully loading #10
Comments
Hi, if its cutting out halfway through a line then it might hitting a PHP
Robert O'Rourke |
With LESS I've had this issue with a bad var or microsoft mixins. You should investigate to see where it cuts off and see if you're using a mixin, variable or otherwise at that location. |
@sanchothefat There are two stylesheets—one is 41kb, and the other is 24kb. They both seem to have the problem. As it turns out, there are a bunch of wp-sass-related errors in
There is also a recurring error that I'm guessing is not related, in the
@noeltock Where it cuts out doesn't seem to be related to the actual sass/scss code. It will cut off literally in the middle of a word, and then on refresh it will load fine. |
Thanks, that should help narrow it down. The first fatal error looks like someone or some script trying to load your Robert O'Rourke |
I am experiencing frequent problems with WP-Sass stylesheets not fully loading.
Here's what happens: I go to some page on my website, and the page will load with only some (or barely any) CSS styles applied. If I visit http://.../path/to/mystylesheet.css, it will show the full stylesheet just fine; but if I go into Inspector/Firebug and look the loaded Resources, it will show an incomplete version of the stylesheet—it will cut off somewhere randomly, in the middle of a line.
When this happens has no relation to when I have edited the SASS files.
Some notes:
Any idea what could be going on?
The text was updated successfully, but these errors were encountered: