Skip to content

duplicate in downloaded zip from repo _debug_children.scss #48

@orionrush

Description

@orionrush

There's a weird occurrence wherein if you download the project as a zip from this repo, there are two, nearly identical copies of _debug_children.scss. Now I've never used this file, but, I cant imagine Sass would be very happy with two items with the exact same name if you tried to import it.

Navigating the latest version in the repo here, of course, there is only one copy. . .

Screen Shot 2020-06-15 at 20 37 37


// 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; }

vs


// Converted Variables


// Custom Media Query Variables


/*

  DEBUG CHILDREN
  Docs: http://tachyons.io/docs/debug/

  Just add the debug class to any element to see outlines on its
  children.

*/

.debug * { outline: 1px solid gold; }
.debug-white * { outline: 1px solid white; }
.debug-black * { outline: 1px solid black; }

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions