"Fossies" - the Fresh Open Source Software Archive  

Source code changes of the file "packages/less/src/less-node/lessc-helper.js" between
less.js-4.1.2.tar.gz and less.js-4.1.3.tar.gz

About: Less.js (Leaner CSS) is a CSS preprocessor (extension language) adding features that allow variables, mixins, functions and many other techniques that allow you to make CSS that is more maintainable, themable and extendable.

lessc-helper.js  (less.js-4.1.2):lessc-helper.js  (less.js-4.1.3)
skipping to change at line 70 skipping to change at line 70
console.log(' --strict-units=on|off that cannot be represented.' ); console.log(' --strict-units=on|off that cannot be represented.' );
console.log(' --global-var=\'VAR=VALUE\' Defines a variable that ca n be referenced by the file.'); console.log(' --global-var=\'VAR=VALUE\' Defines a variable that ca n be referenced by the file.');
console.log(' --modify-var=\'VAR=VALUE\' Modifies a variable alread y declared in the file.'); console.log(' --modify-var=\'VAR=VALUE\' Modifies a variable alread y declared in the file.');
console.log(' --url-args=\'QUERYSTRING\' Adds params into url token s (e.g. 42, cb=42 or \'a=1&b=2\')'); console.log(' --url-args=\'QUERYSTRING\' Adds params into url token s (e.g. 42, cb=42 or \'a=1&b=2\')');
console.log(' --plugin=PLUGIN=OPTIONS Loads a plugin. You can also omit the --plugin= if the plugin begins'); console.log(' --plugin=PLUGIN=OPTIONS Loads a plugin. You can also omit the --plugin= if the plugin begins');
console.log(' less-plugin. E.g. the clean css plugin is called less-plugin-clean-css'); console.log(' less-plugin. E.g. the clean css plugin is called less-plugin-clean-css');
console.log(' once installed (npm install less-plugin-clean-css), use either with'); console.log(' once installed (npm install less-plugin-clean-css), use either with');
console.log(' --plugin=less-plugin-clean-c ss or just --clean-css'); console.log(' --plugin=less-plugin-clean-c ss or just --clean-css');
console.log(' specify options afterwards e .g. --plugin=less-plugin-clean-css="advanced"'); console.log(' specify options afterwards e .g. --plugin=less-plugin-clean-css="advanced"');
console.log(' or --clean-css="advanced"'); console.log(' or --clean-css="advanced"');
console.log(' --disable-plugin-rule Disallow @plugin statements' );
console.log(''); console.log('');
console.log('-------------------------- Deprecated ----------------'); console.log('-------------------------- Deprecated ----------------');
console.log(' -sm=on|off Legacy parens-only math. Use --m ath'); console.log(' -sm=on|off Legacy parens-only math. Use --m ath');
console.log(' --strict-math=on|off '); console.log(' --strict-math=on|off ');
console.log(''); console.log('');
console.log(' --line-numbers=TYPE Outputs filename and line number s.'); console.log(' --line-numbers=TYPE Outputs filename and line number s.');
console.log(' TYPE can be either \'comments\', which will output'); console.log(' TYPE can be either \'comments\', which will output');
console.log(' the debug info within comments, \'mediaquery\''); console.log(' the debug info within comments, \'mediaquery\'');
console.log(' that will output the information within a fake'); console.log(' that will output the information within a fake');
console.log(' media query which is compatible with the SASS'); console.log(' media query which is compatible with the SASS');
 End of changes. 1 change blocks. 
0 lines changed or deleted 1 lines changed or added

Home  |  About  |  Features  |  All  |  Newest  |  Dox  |  Diffs  |  RSS Feeds  |  Screenshots  |  Comments  |  Imprint  |  Privacy  |  HTTP(S)