1
0
mirror of https://github.com/VCMP-SqMod/SqMod.git synced 2025-07-10 10:57:10 +02:00
Files
.github
bin
module
vendor
CPR
ConcurrentQueue
Fmt
doc
_static
_templates
basic-bootstrap
bootstrap
mixins
alerts.less
background-variant.less
border-radius.less
buttons.less
center-block.less
clearfix.less
forms.less
gradients.less
grid-framework.less
grid.less
hide-text.less
image.less
labels.less
list-group.less
nav-divider.less
nav-vertical-align.less
opacity.less
pagination.less
panels.less
progress-bar.less
reset-filter.less
resize.less
responsive-visibility.less
size.less
tab-focus.less
table-row.less
text-emphasis.less
text-overflow.less
vendor-prefixes.less
alerts.less
badges.less
bootstrap.less
breadcrumbs.less
button-groups.less
buttons.less
carousel.less
close.less
code.less
component-animations.less
dropdowns.less
forms.less
glyphicons.less
grid.less
input-groups.less
jumbotron.less
labels.less
list-group.less
media.less
mixins.less
modals.less
navbar.less
navs.less
normalize.less
pager.less
pagination.less
panels.less
popovers.less
print.less
progress-bars.less
responsive-embed.less
responsive-utilities.less
scaffolding.less
tables.less
theme.less
thumbnails.less
tooltip.less
type.less
utilities.less
variables.less
wells.less
html
CMakeLists.txt
api.rst
build.py
conf.py
contents.rst
fmt.less
index.rst
python-license.txt
syntax.rst
usage.rst
include
src
support
test
CMakeLists.txt
CONTRIBUTING.md
ChangeLog.rst
LICENSE.rst
README.rst
JSMN
MaxmindDB
POCO
PUGIXML
SimpleIni
Squirrel
TinyDir
ZMQ
CMakeLists.txt
.gitignore
.gitmodules
CMakeLists.txt
LICENSE
README.md
SqMod/vendor/Fmt/doc/bootstrap/mixins/size.less
2021-07-03 14:08:25 +03:00

11 lines
127 B
Plaintext

// Sizing shortcuts
.size(@width; @height) {
width: @width;
height: @height;
}
.square(@size) {
.size(@size; @size);
}