DMXzone LESS CSS Compiler Support Product Page

Under investigation

css not compiling?

Reported 05 Jul 2014 21:55:47
3
have this problem
05 Jul 2014 21:55:47 Bret Zuelich posted:
not sure what is going on here, It is not compiling to css.

/* LESS Document */
@base: #f938ab;

.box-shadow(@style, @c) when (iscolor(@c)) {
-webkit-box-shadow: @style @c;
box-shadow: @style @c;
}
.box-shadow(@style, @alpha: 50%) when (isnumber(@alpha)) {
.box-shadow(@style, rgba(0, 0, 0, @alpha));
}
.box {
color: saturate(@base, 5%);
border-color: lighten(@base, 30%);
div { .box-shadow(0 0 5px, 30%) }
}

css sheet looks like this.

/* Compiled Less CSS File */
/* Generated from "styles.css" */

/* Compiled Less CSS File */
/* Generated from "styles.css" */

Replies

Replied 07 Jul 2014 08:45:13
07 Jul 2014 08:45:13 Teodor Kuduschiev replied:
Hello Bret,
Could you please tell us what version of Dreamweaver are you using?
Replied 29 Jul 2014 04:54:38
29 Jul 2014 04:54:38 Bret Zuelich replied:
cc 2014
Replied 07 Nov 2014 16:17:12
07 Nov 2014 16:17:12 Deena Timmons replied:
I also have a similar problem that is causing error. See screen below

prntscr.com/53y7nl

Reply to this topic