Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

duplicate in downloaded zip from repo _debug_children.scss #48

Open
orionrush opened this issue Jun 15, 2020 · 0 comments
Open

duplicate in downloaded zip from repo _debug_children.scss #48

orionrush opened this issue Jun 15, 2020 · 0 comments

Comments

@orionrush
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant