I’m trying to compile less files to css and I come around error like this:
e.g.: Metropolis —? error.less
.rt-error-content {
.box-shadow(~'0 2px 3px rgba(0, 0, 0, 0.2), 0 0 1px rgba(0, 0, 0, 0.2)');
}
The compiler I use give an error here and I}m not sure for the reason?
Compiler Errors
.box-shadow is undefined (Line: 22)