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
Remove messages.inc, rebuildLanguage.php, writeMessagesArray.inc
[mediawiki.git]
/
tests
/
phpunit
/
includes
/
resourceloader
/
fixtures
/
001-embeddable.less
blob
7018aa254db6b1a7d29ffb82700741ca1d1b7a7a
1
@base: '../fixtures/';
2
3
.helper(@url) when (embeddable(@url)) {
4
content: embeddable;
5
}
6
.helper(@url) when not (embeddable(@url)) {
7
content: not-embeddable;
8
}
9
10
.box {
11
.helper('path/to/nonexistent/file');
12
}
13
14
.box {
15
.helper('001-embeddable.css');
16
}
17
18
.box {
19
.helper("@{base}001-embeddable.css");
20
}