Mercurial > minori
view dep/fmt/doc/bootstrap/mixins/size.less @ 402:d859306e2db4 default tip
filesystem: actually check for inotify instead of blindly assuming it exists
| author | Paper <paper@tflc.us> |
|---|---|
| date | Fri, 07 Nov 2025 18:36:18 -0500 |
| parents | 1faa72660932 |
| children |
line wrap: on
line source
// Sizing shortcuts .size(@width; @height) { width: @width; height: @height; } .square(@size) { .size(@size; @size); }
