{"id":37530,"date":"2015-07-25T01:07:02","date_gmt":"2015-07-25T01:07:02","guid":{"rendered":"https:\/\/wordpress.org\/plugins-wp\/lesser\/"},"modified":"2015-07-25T03:08:11","modified_gmt":"2015-07-25T03:08:11","slug":"lesser","status":"publish","type":"plugin","link":"https:\/\/ug.wordpress.org\/plugins\/lesser\/","author":7883398,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_crdt_document":"","version":"1.0.0","stable_tag":"1.0.0","tested":"4.2.39","requires":"4.0.0","requires_php":"","requires_plugins":"","header_name":"Lesser","header_author":"Ben Allfree","header_description":"","assets_banners_color":"","last_updated":"2015-07-25 03:08:11","external_support_url":"","external_repository_url":"","donate_link":"","header_plugin_uri":"https:\/\/wordpress.org\/support\/plugin\/lesser","header_author_uri":"http:\/\/wp-results\/plugins\/lesser","rating":0,"author_block_rating":0,"active_installs":0,"downloads":1051,"num_ratings":0,"support_threads":0,"support_threads_resolved":0,"author_block_count":0,"sections":["description","installation","faq","changelog"],"tags":[],"upgrade_notice":[],"ratings":{"1":0,"2":0,"3":0,"4":0,"5":0},"assets_icons":[],"assets_banners":[],"assets_blueprints":{},"all_blocks":[],"tagged_versions":["1.0.0"],"block_files":[],"assets_screenshots":{"screenshot-4.png":{"filename":"screenshot-4.png","revision":"1443960","resolution":"4","location":"plugin"},"screenshot-2.png":{"filename":"screenshot-2.png","revision":"1443960","resolution":"2","location":"plugin"},"screenshot-3.png":{"filename":"screenshot-3.png","revision":"1443960","resolution":"3","location":"plugin"},"screenshot-1.png":{"filename":"screenshot-1.png","revision":"1443960","resolution":"1","location":"plugin"}},"screenshots":{"1":"Add custom CSS to your site, both admin and public pages","2":"Lesser outputs styling compatible with popular caching plugins","3":"Lesser Pro - manage public and admin page styling separately","4":"Lesser Pro - use Development Mode for unpacked CSS and cache-busting"},"jetpack_post_was_ever_published":false},"plugin_section":[],"plugin_tags":[356,2304,1249],"plugin_category":[43,59],"plugin_contributors":[],"plugin_business_model":[],"class_list":["post-37530","plugin","type-plugin","status-publish","hentry","plugin_tags-css","plugin_tags-styling","plugin_tags-themes","plugin_category-customization","plugin_category-utilities-and-tools","plugin_committers-benallfree"],"banners":[],"icons":{"svg":false,"icon":"https:\/\/s.w.org\/plugins\/geopattern-icon\/lesser.svg","icon_2x":false,"generated":true},"screenshots":[{"src":"https:\/\/ps.w.org\/lesser\/trunk\/screenshot-1.png?rev=1443960","caption":"Add custom CSS to your site, both admin and public pages"},{"src":"https:\/\/ps.w.org\/lesser\/trunk\/screenshot-2.png?rev=1443960","caption":"Lesser outputs styling compatible with popular caching plugins"},{"src":"https:\/\/ps.w.org\/lesser\/trunk\/screenshot-3.png?rev=1443960","caption":"Lesser Pro - manage public and admin page styling separately"},{"src":"https:\/\/ps.w.org\/lesser\/trunk\/screenshot-4.png?rev=1443960","caption":"Lesser Pro - use Development Mode for unpacked CSS and cache-busting"}],"raw_content":"<!--section=description-->\n<p>Lesser helps you manage custom CSS for your site using <a href=\"http:\/\/lesscss.org\">LESS<\/a>. Lesser is compatible with all WordPress caching because Lesser uses WordPress's built-in script management features to output the final CSS.<\/p>\n <p>Lesser keeps your custom styling out of your themes and plugins. That means theme and plugin updates and changes won't overwrite your LESS. You can even switch themes and add\/remove plugins without fear of losing the custom responsive CSS styling you worked so hard to debug on all the mobile device formats.<\/p>\n <p>Benefits:<\/p>\n <ul>\n<li>Independent of any WordPress theme or plugin<\/li>\n<li>Switch themes without losing custom styling<\/li>\n<li>Add\/Remove plugins without losing custom styling<\/li>\n<li>Efficiently organize CSS<\/li>\n<li>Ideal for managing responsive design customizations<\/li>\n<\/ul>\n <p>Features:<\/p>\n <ul>\n<li>Use LESS instead of CSS<\/li>\n<li>Edit directly from your admin<\/li>\n<li>Compatible with popular WordPress caching extensions<\/li>\n<li>Easily migrate your changes using popular plugins like <code>WP Clone<\/code><\/li>\n<li>Fast - Lesser compiles your LESS once and saves the result for super-fast load times<\/li>\n<\/ul>\n <p><a href=\"http:\/\/wp-results.com\/plugins\/lesser\">Lesser Pro<\/a> adds the following features:<\/p>\n <ul>\n<li>Separate editors for both admin and public CSS changes, as well as changes common to both<\/li>\n<li>Minification  - speed up your production site with compact files<\/li>\n<li>Test mode - expanded CSS output and cache-busting for easy development even through caching proxies<\/li>\n<\/ul>\n\n<!--section=installation-->\n<p>To install Lesser:<\/p>\n <ol>\n<li>Go to your WordPress admin and choose <code>Plugins &gt; Add New<\/code>.<\/li>\n<li>Search for <code>lesser<\/code> and install.<\/li>\n<li>Activate the plugin<\/li>\n<li>Go to Settings &gt; Lesser to add your LESS code<\/li>\n<\/ol>\n\n<!--section=faq-->\n<h4>What is LESS?<\/h4>\n <p>LESS is a more efficient type of CSS language to use for customizing your themes and plugins. LESS has a lot of advanced features, but the biggest gain is that LESS allows you to nest CSS constructs so your CSS is more efficient and readable.<\/p>\n <h4>How does Lesser inject CSS?<\/h4>\n <p>Lesser uses WordPress's built-in script management functions. Lesser Pro includes cache-busting techniques for development mode and cache-preserving minified output for production mode.<\/p>\n <h4>Does it work with the WordPress admin too?<\/h4>\n <p>Yes, you can include admin stylings too if you desire. However, Lesser PRO makes this a lot easier by providing 3 separate LESS inputs: public, admin, and common.<\/p>\n <h4>I'm hardcore, I want manage my own LESS files<\/h4>\n <p>Me too. Your only LESS statement in the WordPress admin should be:<\/p>\n <pre><code>@import url(\/url\/to\/less\/files) <\/code><\/pre>\n <h4>Can I do a custom version of Bootstrap using Lesser?<\/h4>\n <p>Yes. It looks like this:<\/p>\n <pre><code>@import url(\/path\/to\/bootstrap.less) <\/code><\/pre>\n <h4>Are you available for customizations or custom WordPress programming?<\/h4>\n <p>Yes, developing custom WordPress applications is my full-time occupation and has been for the last 15 years. Please contact ben at benallfree.com<\/p>\n\n<!--section=changelog-->\n<h4>1.0.0<\/h4>\n <ul>\n<li>Initial version<\/li>\n<\/ul>","raw_excerpt":"Lesser helps you manage custom CSS for your site using LESS. Lesser is compatible with all WordPress caching because Lesser uses WordPress&#039;s buil &hellip;","jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/ug.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin\/37530","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/ug.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin"}],"about":[{"href":"https:\/\/ug.wordpress.org\/plugins\/wp-json\/wp\/v2\/types\/plugin"}],"replies":[{"embeddable":true,"href":"https:\/\/ug.wordpress.org\/plugins\/wp-json\/wp\/v2\/comments?post=37530"}],"author":[{"embeddable":true,"href":"https:\/\/ug.wordpress.org\/plugins\/wp-json\/wporg\/v1\/users\/benallfree"}],"wp:attachment":[{"href":"https:\/\/ug.wordpress.org\/plugins\/wp-json\/wp\/v2\/media?parent=37530"}],"wp:term":[{"taxonomy":"plugin_section","embeddable":true,"href":"https:\/\/ug.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_section?post=37530"},{"taxonomy":"plugin_tags","embeddable":true,"href":"https:\/\/ug.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_tags?post=37530"},{"taxonomy":"plugin_category","embeddable":true,"href":"https:\/\/ug.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_category?post=37530"},{"taxonomy":"plugin_contributors","embeddable":true,"href":"https:\/\/ug.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_contributors?post=37530"},{"taxonomy":"plugin_business_model","embeddable":true,"href":"https:\/\/ug.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_business_model?post=37530"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}