Willem-Siebe Spoelstra 0 Report post Posted October 22, 2012 Hi there, I want to use CSS LESS with the Pagelines customize plugin. This page tells me: Adding a style.less file will let you use all the features of LESS, just as a child theme would. If you don't need sections, and want to utilize a code editor, this is the way to go. So in my text editor I made a file called 'style.less'. But the mixins are not working. When I use the normal css in my stylesheet style.css it is working and I have rounded corners. How can I use CSS LESS? Kind regards Willem I write about internet marketing, WordPress and Pagelines on my Dutch blog spoelstra.ws. Share this post Link to post Share on other sites
Simon 248 Report post Posted October 22, 2012 style.less works in the pagelines customize plugin, make sure it is valid css otherwise the LESS compiler will ignore it, also make sure the plugin is active. Share this post Link to post Share on other sites
Willem-Siebe Spoelstra 0 Report post Posted October 23, 2012 If I put LESS in CSS part of backend pagelines it works, If I put it in the style.less file (I saved it in the same folder as style.css of the Pagelines Customize plugin) it is not working. What can be wrong? I write about internet marketing, WordPress and Pagelines on my Dutch blog spoelstra.ws. Share this post Link to post Share on other sites
Simon 248 Report post Posted October 23, 2012 Perhaps provide the LESS code you are trying to add. Share this post Link to post Share on other sites