Skip to content

Instantly share code, notes, and snippets.

@davidbecker6081
Last active June 15, 2018 17:45
Show Gist options
  • Save davidbecker6081/8dce5733ffae4bddfc32f23823358e64 to your computer and use it in GitHub Desktop.
Save davidbecker6081/8dce5733ffae4bddfc32f23823358e64 to your computer and use it in GitHub Desktop.
A Gist for brainstorming where code conventions are needed....and where they are not

IDEAS:

  • when to use classNames npm module
  • Curly braces (separate or same line?)
  • double quotes versus single quotes
  • semi-colons (use?)
  • Keeping one class per line in Sass (or allowing for multiple classes on one line)
  • Ordering of css properties
  • What is SASS, really?
  • Add story number in commit comment
@csmith987
Copy link

Sass nesting

@keithpulfer
Copy link

Looks like a good start to me!

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