Skip to content

Instantly share code, notes, and snippets.

@NickersF
Last active May 31, 2022 20:23
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 NickersF/5a6a2eef6e30afa1ff9d0679e0c21de1 to your computer and use it in GitHub Desktop.
Save NickersF/5a6a2eef6e30afa1ff9d0679e0c21de1 to your computer and use it in GitHub Desktop.
LESS Conventions
// Selectors
.some-class {
rule: value;
}
#IdSelector {
rule: value;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment