mirror of
https://github.com/pattern-lab/patternlab-php.git
synced 2025-01-17 14:18:30 +01:00
unfinished css helper plugin
This commit is contained in:
parent
fcfc4a94fb
commit
4dffc4f2cf
@ -0,0 +1,8 @@
|
||||
// set-up the mark-up for CSS Rule Saver so it can figure out which rules to save
|
||||
$patternCSSExists = $this->enableCSS;
|
||||
$patternCSS = "";
|
||||
if ($this->enableCSS) {
|
||||
$this->cssRuleSaver->loadHTML($patternCodeRaw,false);
|
||||
$patternCSS = $this->cssRuleSaver->saveRules();
|
||||
$this->patternCSS[$patternSubtypeItem["patternPartial"]] = $patternCSS;
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user