Skip to content

Commit 848fea2

Browse files
committed
removing some more of the old CSS code
1 parent 78de358 commit 848fea2

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

src/PatternLab/Builder.php

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -230,12 +230,6 @@ protected function generatePatterns($options = array()) {
230230
file_put_contents($patternPublicDir."/".$path."/".$path.".markup-only.html",$markup);
231231
file_put_contents($patternPublicDir."/".$path."/".$path.".".$patternExtension,$markupEngine);
232232
}
233-
/*
234-
Not being used and should be moved to a plug-in
235-
if (Config::$options["enableCSS"] && isset($this->patternCSS[$p])) {
236-
file_put_contents($patternPublicDir.$path."/".$path.".css",htmlentities($this->patternCSS[$p]));
237-
}
238-
*/
239233

240234
}
241235

0 commit comments

Comments
 (0)