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 78de358 commit 848fea2Copy full SHA for 848fea2
src/PatternLab/Builder.php
@@ -230,12 +230,6 @@ protected function generatePatterns($options = array()) {
230
file_put_contents($patternPublicDir."/".$path."/".$path.".markup-only.html",$markup);
231
file_put_contents($patternPublicDir."/".$path."/".$path.".".$patternExtension,$markupEngine);
232
}
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
- */
239
240
241
0 commit comments