name: Responsive description: | We are working towards making the entirety of Casebook responsive, meaning that it will not only work, but also look good on all devices and viewport sizes. All new designs, therefore, should be designed and built to work cleanly from the start at the three breakpoints to which we are building. usage: | When coding for different browser widths based on device, use only built-in Groundwork defined breakpoints. Casebook currently targets `$desktop` (or `$not-desktop`), `$small-tablet` and `$mobile` (or `$not-mobile`). category: :grids