I have 2 unrelated elements: #A and #B (in terms of hierarchy). #A does not have a predefined height. I would like #B to end up being the height of #A minus 325px.
I know Sass can handle operations, but I am unsure of how to query the height of #A - is that even possible?