Blame view

node_modules/less/test/less-bom/plugin/plugin-simple.js 135 Bytes
ce4c83ff   wxy   初始提交
1
2
3
4
5
6
7
  functions.add('pi-anon', function() {
      return Math.PI;
  });
  
  functions.add('pi', function() {
      return less.dimension(Math.PI);
  });