kiwiirc-custom/node_modules/less/test/less/variables-in-at-rules.less
Georg b3dd3db30b
Adding show_password_box
Signed-off-by: Georg <georg@lysergic.dev>
2021-06-25 07:28:29 +02:00

21 lines
310 B
Plaintext

@Eight: 8;
@charset "UTF-@{Eight}";
@ns: less;
@namespace @ns "http://lesscss.org";
@name: enlarger;
@keyframes @name {
from {font-size: 12px;}
to {font-size: 15px;}
}
.m(reducer);
.m(@name) {
@-webkit-keyframes @name {
from {font-size: 13px;}
to {font-size: 10px;}
}
}