I am currently working on a project making use of the angular-ui/ui-grid. While looking through the css used to make it work (via firebug), I stumbled across something I have never seen before.
When the window that contains the ui-grid is resized the max-width: and min-width: all update accordingly ...
Where is the css from events #4 being referenced?
I know that CSS can be referenced from an external file, or within <style> tags, or Inline within a html tag ... but events #4 doesn't seem to fit any of those descriptions ... so how does it work?
