Please tell if you spot anything wrong or can think of any forgotten feature. I especially had some hard time testing LibSass 2.
| Header 1 | Header 2 | Header 2 |
|---|---|---|
| A | B | |
| A | B | C |
| // ====================================== | |
| // iOS zooms on form element focus. | |
| // This script prevents that behavior. | |
| // | |
| // <meta name="viewport" content="width=device-width,initial-scale=1"> | |
| // If you dynamically add a maximum-scale where no default exists, | |
| // the value persists on the page even after removed from viewport.content. | |
| // So if no maximum-scale is set, adds maximum-scale=10 on blur. | |
| // If maximum-scale is set, reuses that original value. | |
| // |