This plugin hasn’t been tested with the latest 3 major releases of WordPress. It may no longer be maintained or supported and may have compatibility issues when used with more recent versions of WordPress.

WP Less Compiler

विवरण

This plugin has everything you need to run LESS in development and convert it to CSS for production.

Have an issue? This plugin is a work in progress, and we’d love your feedback. The official plugin repository is hosted on GitHub. Look here for the most up to date development versions. You can also use the issue tracker to let us know if you have any problems or suggestions.

Features

  • Display CSS to visitors while showing LESS to administrators
  • Compile and serve a CSS file generated from LESS
  • Develop in LESS right in the browser

इंस्टॉलेशन

  1. Download the plugin and unzip it.
  2. Upload wp-less-compiler to the /wp-content/plugins/ directory
  3. Activate the plugin through the ‘Plugins’ menu in WordPress
  4. Go to Settings > Less Compiler and add a LESS File and a CSS File, save your settings.

सामान्य प्रश्न

Can I use a custom version of LESS

Currently there is no way to do this that would not be overwritten by future versions of the plugin,
but expect it in a future release.

If you MUST do this, here’s how:

  1. Download your preferred version of Less.js and save it as less-{version-suffix}.js. For example the minified version of 1.7.0 would be named less-1.7.0.min.js
  2. Upload that file to plugins/wp-less-compiler/assets/js/
  3. Open plugins/wp-less-compiler/wp-less-compiler.php and change the LESS_JS_VER constant to the version-suffix you used earlier.

Remember that this will be overwritten when the plugin updates, but a persistent way to do this is coming soon.

समीक्षाएं

सितम्बर 24, 2016
I tried all the other less compiler plugins on WordPress before using this one because it had so a small rating. Nothing seemed to work easily and required tons of time trying to get it to work. This one was easy to use and very intuitive. I'd highly recommend it.
4 के सभी समीक्षा पढ़ें

सहायक &डेवलपर्स

यह खुला स्रोत सॉफ्टवेयर है। अनुगामी लोगो ने इस प्लगइन के लिए योगदान दिया है।

योगदानकर्ता

Translate “WP Less Compiler” into your language.

Interested in development?

Browse the code, check out the SVN repository, or subscribe to the development log by RSS.

बदलाव विवरण

1.3.0

  • Added CSS Compression as an option instead of as the default.

1.2.1

  • Prevented errors on the front end if you activate the plugin but don’t configure it.

1.2.0

  • Less version updated.
  • Added ability to override database output settings with an environment variable.

1.1.0

  • Bug fixes and Less version update.

1.0.0

  • First release.