WP 4.5.3 – .less not compiling…
-
Hi,
I’ve been trying every solution I know of to get .less files to compile with WP 4.5.3; I’ve tried most of the plug-ins(which are not compatible with WP 4.5.3) and I’ve tried the standard less.js method, however, each method returns the same console status: Less has finished and no sheets were loaded. However, if I load a .less file with:
@color: rgb(255, 69, 69);
body { color: @color; }
body is not styled.
If I then add to the of my less file:
p{ color:blue; }
the sheet is definitely loaded and p is styled to blue. So the sheet is loaded, but the vars are not compiled.
Has anyone successfully compiled .less with WP 4.5.3?
Thanks for any help.
~Chipleh
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘WP 4.5.3 – .less not compiling…’ is closed to new replies.