Skip to content

Instantly share code, notes, and snippets.

@selbekk
Created August 1, 2018 08:21
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 selbekk/555f36210a3dec319963ed18e972dc1c to your computer and use it in GitHub Desktop.
Save selbekk/555f36210a3dec319963ed18e972dc1c to your computer and use it in GitHub Desktop.
webpack and less - my-styles.less
@color: palevioletred;
.with-styles {
background-color: @color;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment