File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed
app/code/Magento/Deploy/Package/Processor/PreProcessor Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change 11
11
use Magento \Deploy \Package \PackageFile ;
12
12
use Magento \Deploy \Package \Processor \ProcessorInterface ;
13
13
use Magento \Deploy \Service \DeployStaticFile ;
14
- use Magento \Framework \View \Asset \PreProcessor \FileNameResolver ;
15
- use Magento \Framework \View \Asset \Minification ;
16
14
use Magento \Framework \Css \PreProcessor \Instruction \Import ;
15
+ use Magento \Framework \View \Asset \Minification ;
17
16
use Magento \Framework \View \Asset \NotationResolver ;
17
+ use Magento \Framework \View \Asset \PreProcessor \FileNameResolver ;
18
18
use Magento \Framework \View \Asset \Repository ;
19
19
20
20
/**
@@ -140,7 +140,8 @@ private function hasOverrides(PackageFile $parentFile, Package $package)
140
140
}
141
141
142
142
/**
143
- * Checks recursively if there is a LESS file in current package which used for generating given CSS file from parent package
143
+ * Checks recursively if there is a LESS file in current package
144
+ * which used for generating given CSS file from parent package
144
145
*
145
146
* @param string $fileName
146
147
* @param string $parentFile
You can’t perform that action at this time.
0 commit comments