edit the less files in the editor
-
thanks for this awesome plugin. Everything works fine but I have a user question.
I source my less files like the following:
function theme_enqueue_styles() {
wp_enqueue_style(‘theme-bootstrap’, get_stylesheet_directory_uri() . ‘/less/bootstrap.less’ );
…everything works as expected. The less files are not available in the wp-admin theme editor. So I need to ssh to the server to edit the less files. Is there a trick to make them available in the theme editor without including the source files in the html page?
Cheers,
Mark
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘edit the less files in the editor’ is closed to new replies.