Skip to content

Instantly share code, notes, and snippets.

@darnocer
Last active August 13, 2022 20:18
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save darnocer/a54925f8ef8b5a78fb26b0fd3e8669cf to your computer and use it in GitHub Desktop.
Save darnocer/a54925f8ef8b5a78fb26b0fd3e8669cf to your computer and use it in GitHub Desktop.
File Directory Tree Structure

File Directory Tree Strucutre Example

├─ styles/
│  ├─ sass/
│  │  ├─ abstract/
│  │  │  ├─ variables.scss
│  │  │  ├─ mixins.scss
│  │  ├─ base/
│  │  │  ├─ base.scss
│  │  │  ├─ typography.scss
│  │  ├─ components/
│  │  │  ├─ component1.scss
│  │  │  ├─ component2.scss
│  │  ├─ pages/
│  │  │  ├─ page1.scss
│  │  │  ├─ page2.scss
│  │  ├─ main.scss
│  ├─ css/
│  │  ├─ style.css
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment