When
layout.css.servo.enabled = true
I get this:
When:
layout.css.servo.enabled = false
I get this:
The CSS not being applied under the servo engine is:
.wp-color-result::after {
background: #f7f7f7;
-webkit-border-radius: 0 2px 2px 0;
border-radius: 0 2px 2px 0;
border-left: 1px solid #ccc;
color: #555;
content: attr( title );
display: block;
font-size: 11px;
line-height: 22px;
padding: 0 6px;
position: relative;
right: 0;
text-align: center;
top: 0;
}
However, it does work on other WordPress sites under different domains when servo is enabled. I suspect there might be a strange caching issue within the servo engine and my development environment.
Any thoughts?