Skip to content

Instantly share code, notes, and snippets.

@Fireworks
Fireworks / tree.scss
Created January 24, 2018 17:48
Tree View Example SASS
$_MAX_TREE_VIEW_DEPTH: 10;
.tree {
margin: 0 auto;
position: relative;
background: #fff;
transition: 0.3s transform ease-in-out;
overflow-x: hidden;
width: 200px;
}