Less styles are not compiling to css in style component
I have created a styled component but my less files are not compiling to css and added to the site.
I have created components in apps/training2/components/structure/title

Than i have added my component styles to clientllibs-compnents/heading/css/style.less
css.txt
#base=css
style.less
Adding categories properties to my
clientibs-components/heading with below value
training2.components.heading
I have also embed properties to my
clientlibs-site with the same value raining2.components.heading
The issue I am facing here is my .less files are not compiled into .css and appear into front end.
can any see if I am missing anything here.
Thanks