This thread looks to be a little on the old side and therefore may no longer be relevant. Please see if there is a newer thread on the subject and ensure you're using the most recent build of any software if your question regards a particular product.
This thread has been locked and is no longer accepting new posts, if you have a question regarding this topic please email us at support@mindscape.co.nz
|
I've got some CSS rules that duplicate the selector but add extra rules. For example:
And then later (or in a different file imported by SCSS):
I would basically want to merge the two so in the final output file I have:
I don't have the Pro version of Web Workbench so I can't see whether this is possible using the minify option. If not, is there another way of achieving this? |
|
|
No, these will be minified as independent declarations. Not sure if you have already considered using mixins for this, but this would be the normal way of achieving the combining. e.g.
|
|