Sean James
Well-known member
Hey all!
Ive created a custom style property called 'bpskins-headercolor2'
Then in my extra.less template I added this:
But I keep getting this yellow error message on my forum.
Thank you!
Ive created a custom style property called 'bpskins-headercolor2'
Then in my extra.less template I added this:
Code:
.p-header {
background-color: @bpskins_headercolor2;
}
But I keep getting this yellow error message on my forum.
Errors occurred when rednering CSS:
* public:extra.less: variable @bpskins_headercolor2 is undefined in file anonymous-file-739.less in anonymous-file-739.less
Thank you!