1
0
mirror of https://github.com/VCMP-SqMod/SqMod.git synced 2025-06-22 10:07:11 +02:00

Use default cpp fmt build script.

This commit is contained in:
Sandu Liviu Catalin
2021-07-03 14:08:25 +03:00
parent 990dd68e7f
commit 465cf3f8dc
210 changed files with 95646 additions and 23 deletions
vendor/Fmt
CMakeLists.txtCONTRIBUTING.mdChangeLog.rstREADME.rst
doc
CMakeLists.txt
_static
_templates
api.rst
basic-bootstrap
bootstrap
build.pyconf.pycontents.rstfmt.less
html
index.rstpython-license.txtsyntax.rstusage.rst
src
support
test

@ -0,0 +1,12 @@
// Labels
.label-variant(@color) {
background-color: @color;
&[href] {
&:hover,
&:focus {
background-color: darken(@color, 10%);
}
}
}