Skip to content

Instantly share code, notes, and snippets.

@symmetriq
Created October 28, 2014 16:53
Show Gist options
  • Save symmetriq/2a7641d96d6fd5b2870d to your computer and use it in GitHub Desktop.
Save symmetriq/2a7641d96d6fd5b2870d to your computer and use it in GitHub Desktop.
SCSS: Tree view indentation
@for $i from 1 through 10 {
.tree_depth_#{$i} { padding-left: 18px * $i }
}
@symmetriq
Copy link
Author

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment