We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6ccdfa7 commit 6045de7Copy full SHA for 6045de7
src/com/inet/lib/less/CssAtRule.java
@@ -43,6 +43,8 @@ class CssAtRule extends LessObject implements Formattable {
43
* the reader with parse position
44
* @param css
45
* the content of the rule
46
+ * @param withPlaceHolder
47
+ * if the content can contain placeholder
48
*/
49
public CssAtRule( LessObject reader, String css, boolean withPlaceHolder ) {
50
super( reader );
0 commit comments