mirror of
https://github.com/less/less.js.git
synced 2026-05-01 03:00:22 -04:00
* Move test data to separate module - @todo--fix some browser tests * Fix all browser tests
7 lines
135 B
JavaScript
7 lines
135 B
JavaScript
functions.add('pi-anon', function() {
|
|
return Math.PI;
|
|
});
|
|
|
|
functions.add('pi', function() {
|
|
return less.dimension(Math.PI);
|
|
}); |