repo.or.cz
/
mediawiki.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Convert most libs/ tests to use PHPUnit_Framework_TestCase
[mediawiki.git]
/
tests
/
phpunit
/
data
/
less
/
common
/
test.common.mixins.less
blob
2fbe9b79ebd839e67056b18dbea799b04feb1109
1
.test-mixin (@value) {
2
color: @value;
3
border: @foo solid @Foo;
4
line-height: test-sum(@bar, 10, 20);
5
}