I understand what a CSS expression is, YSlow is reporting that my page is using one:
Grade B on Avoid CSS expressions
There are a total of 1 expression
inline <style> tag #3 (1 expression)
However, I cannot find where this is coming from? I tried searching all my files for the word "expression" (trying to find the expression() function) and am coming up blank. Is there anything else that YSlow could be considering a css expression that I am missing?