Notice: This thread is over two years old; the information may be outdated. Please consider creating a new thread if you require free support. If you have an active SiteOrigin Premium license, you can email our premium support desk at [email protected].
Hello,
my LESS not working and I don’t know why.
I’ve this in my main widget PHP file.
function get_style_name($instance) {
return 'styles';
}
This is my LESS file.
/*
Name: Style
Template: text-image-template
Author: Alex
*/
@background_color: #ffffff;
@border_radius: 5px;
.dmd-ti-container {
background-color: @background_color;
border-radius: @border_radius;
}
Is there something wrong?