PHP Classes

File: themes/demo/assets/vendor/bootstrap/less/mixins/size.less

Recommend this page to a friend!
  Packages of Luke Towers   Winter   themes/demo/assets/vendor/bootstrap/less/mixins/size.less   Download  
File: themes/demo/assets/vendor/bootstrap/less/mixins/size.less
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Winter
Content management system that uses MVC
Author: By
Last change:
Date: 6 months ago
Size: 127 bytes
 

Contents

Class file image Download
// Sizing shortcuts .size(@width; @height) { width: @width; height: @height; } .square(@size) { .size(@size; @size); }