1
0
mirror of https://github.com/flarum/core.git synced 2025-08-05 07:57:46 +02:00
Files
php-flarum/tests/fixtures/less/custom_function.less
2021-12-14 19:25:39 +00:00

8 lines
150 B
Plaintext

.dummy_func_test when (is-flarum("flarum") = true) {
color: green;
}
.dummy_func_test2 {
--x: is-flarum("not flarum") * 10;
--y: is-gt(1, 2);
}