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 93d50f8 commit adaad59Copy full SHA for adaad59
lib/internal/Magento/Framework/Css/PreProcessor/Adapter/Less/Processor.php
@@ -69,7 +69,8 @@ public function processContent(File $asset)
69
$parser = new \Less_Parser(
70
[
71
'relativeUrls' => false,
72
- 'compress' => $this->appState->getMode() !== State::MODE_DEVELOPER
+ 'compress' => $this->appState->getMode() !== State::MODE_DEVELOPER,
73
+ 'sourceMap' => $this->appState->getMode() === State::MODE_DEVELOPER
74
]
75
);
76
0 commit comments