#LORIS Test Plans
##Table of Contents
| { | |
| "vars": { | |
| "@gray-darker": "lighten(#000, 13.5%)", | |
| "@gray-dark": "lighten(#000, 20%)", | |
| "@gray": "lighten(#000, 33.5%)", | |
| "@gray-light": "lighten(#000, 46.7%)", | |
| "@gray-lighter": "lighten(#000, 93.5%)", | |
| "@brand-primary": "#064785", | |
| "@brand-success": "#5cb85c", | |
| "@brand-info": "#1c70b6", |
#LORIS Test Plans
##Table of Contents
| // Use Gists to store code you would like to remember later on | |
| console.log(window); // log the "window" object to the console |