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

19 lines
203 B
SCSS
Raw Normal View History

2021-03-11 04:19:37 +00:00
// 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; }