Trying to use @document{} rule set and on update the system strips out the nested rule.
Example:
@document url("http://www.w3.org/Style/CSS/") {
#summary { background: yellow; color: black}
}
on save result:
@document url("http://www.w3.org/Style/CSS/") {
}
}
Any pointers?
The blog I need help with is fixedspaceblog.wordpress.com.