Skip to content

Instantly share code, notes, and snippets.

@pbexe
Created March 21, 2017 21:55
Show Gist options
  • Save pbexe/0b0630f60c63e5824cb5476a8e337a22 to your computer and use it in GitHub Desktop.
Save pbexe/0b0630f60c63e5824cb5476a8e337a22 to your computer and use it in GitHub Desktop.
OpvxqG
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.1.1/jquery.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/less.js/2.7.2/less.min.js"></script>
body{
@winheight:`$(window).height()`;
height: ~"@{winheight}px";
width: @myvar;
background:rgb(@myvar,1,100);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment