GITLAB

essa-frontend / ace_template

Sign in
  • Sign in
  • Project
  • Files
  • Commits
  • Network
  • Graphs
  • Issues 0
  • Merge Requests 0
  • Wiki
  • ace_template
  • assets
  • css
  • less
  • bootstrap
  • mixins
  • size.less
  • 5a739853   commit Browse Code ยป
    patrick.he
    2019-02-15 16:11:44 +0800  
size.less 127 Bytes
Edit Raw Blame History Permalink
1 2 3 4 5 6 7 8 9 10
// Sizing shortcuts

.size(@width; @height) {
  width: @width;
  height: @height;
}

.square(@size) {
  .size(@size; @size);
}