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 0e892db commit e30503dCopy full SHA for e30503d
src/CSS.php
@@ -106,8 +106,8 @@ protected function moveImportsToTop($content)
106
/**
107
* Combine CSS from import statements.
108
*
109
- * Import statements will be loaded and their content merged into the original
110
- * file, to save HTTP requests.
+ * \@import's will be loaded and their content merged into the original file,
+ * to save HTTP requests.
111
112
* @param string $source The file to combine imports for
113
* @param string $content The CSS content to combine imports for
0 commit comments