local changes from server
[redakcja.git] / apps / wiki / static--wiki--editor--node_modules--grunt-contrib-less--test / fixtures / customFunctions.less
1 .myRule {
2         background-color: get-color(red);       
3         width: multiple-args(1px, 4px);
4     background: string-result(3);
5 }