hmn/src/rawdata/scss/tachyons/scss/_debug_children.scss

19 lines
203 B
SCSS

// Converted Variables
// Custom Media Query Variables
/*
DEBUG CHILDREN
Just add the debug class to any element to see outlines on its
children.
*/
.debug * { outline: 1px solid gold; }