Skip to content

Instantly share code, notes, and snippets.

@jasonmelgoza
Created June 11, 2018 18:26
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 jasonmelgoza/41e8c9cf4492af27742c9ebe52e1c152 to your computer and use it in GitHub Desktop.
Save jasonmelgoza/41e8c9cf4492af27742c9ebe52e1c152 to your computer and use it in GitHub Desktop.
Table of contents structure for CSS files
/*
1. Policy Dashboard
├── 1.0 Layout styles
├── 1.1 Card lists
├── 1.2 Card titles
├── 1.3 Empty states
└── 1.4 Loading state
*/
/*----------------------------------------------------------------------------
1. Policy Dashboard
----------------------------------------------------------------------------*/
/* ! 1.0 - Basic styles */
div {
// All the style things
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment