hi,
Is it possible to see the actual rendered CSS, e.g.
body, p {
color:white;
}
p {
color:red;
}
I want to get:
body {
color:white;
}
p {
color:red;
}
Possible, such as using FF extension?
Is it possible to see the actual rendered CSS, e.g.
body, p {
color:white;
}
p {
color:red;
}
I want to get:
body {
color:white;
}
p {
color:red;
}
Possible, such as using FF extension?
Comment