thom4parisot / wp-less

WordPress plugin which seemlessly compiles, caches and rebuilds your LESS stylesheets.
https://wordpress.org/plugins/wp-less/
88 stars 40 forks source link

Doesn't appear to work in WP 4.3.1? #93

Closed RKS213 closed 9 years ago

RKS213 commented 9 years ago

Have a fresh install of WordPress 4.3.1 and installed this module. In functions I've tried a bunch of different combinations of enqueue and it continues to set it as "text/css" instead of "text/less."

wp_enqueue_style('mytheme-less', get_stylesheet_directory_uri().'/css/style.less');

thom4parisot commented 9 years ago

What do you mean by it continues to set it as "text/css"?

RKS213 commented 9 years ago

Nothing. There was an error in the theme functions that caused an error with the output of the less. It was preventing the proper tag from creating. All good now.

thom4parisot commented 9 years ago

:+1: