logo

searx

My custom branche(s) on searx, a meta-search engine git clone https://hacktivis.me/git/searx.git

size.less (127B)


  1. // Sizing shortcuts
  2. .size(@width; @height) {
  3. width: @width;
  4. height: @height;
  5. }
  6. .square(@size) {
  7. .size(@size; @size);
  8. }