Skip to content

Instantly share code, notes, and snippets.

@mciastek
Last active October 12, 2017 09:19
Show Gist options
  • Select an option

  • Save mciastek/ec4a9dbe91faf3b952b80e8e6bc6de80 to your computer and use it in GitHub Desktop.

Select an option

Save mciastek/ec4a9dbe91faf3b952b80e8e6bc6de80 to your computer and use it in GitHub Desktop.
├── /base
│ ├── _core.scss
│ ├── _colors.scss
│ ├── _settings.scss
│ └── _typography.scss
├── /utils
│ ├── _animations.scss
│ ├── _easings.scss
│ ├── _grid.scss
│ └── _misc.scss
├── /components
│ ├── _header.scss
│ ├── _footer.scss
│ ├── _button.scss
│ └── _sidebar.scss
└── main.scss
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment