@Retention(value=SOURCE) @Target(value=PACKAGE) public @interface Less
Modifier and Type | Required Element and Description |
---|---|
String[] |
value
The path of the less stylesheet to compile, relative to the
assets application package. |
Modifier and Type | Optional Element and Description |
---|---|
boolean |
minify
Configure the minification of the stylesheet when they are processed.
|
public abstract String[] value
assets
application package.public abstract boolean minify
Copyright © 2015 eXo Platform SAS. All rights reserved.