Simple question. The subject is self-explanatory. When I run 'ruby
compress.rb -p project_name,' how do exclude either form.css or
typography.css from being included in the final screen.css output
file?
Also, why not save an extra request for print.css and just put both
screen.css and print.css stuff in the same css file and enclose each
one in
@media screen,projection {
}
and
@media print {
}
respectively?
--
You received this message because you are subscribed to the Google Groups
"Blueprint CSS" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/blueprintcss?hl=en.