feat: refactoring project
This commit is contained in:
2
node_modules/webpack/lib/dependencies/CssImportDependency.js
generated
vendored
2
node_modules/webpack/lib/dependencies/CssImportDependency.js
generated
vendored
@@ -26,9 +26,7 @@ const ModuleDependency = require("./ModuleDependency");
|
||||
class CssImportDependency extends ModuleDependency {
|
||||
/**
|
||||
* Example of dependency:
|
||||
*
|
||||
* \@import url("landscape.css") layer(forms) screen and (orientation: landscape) screen and (orientation: landscape);
|
||||
*
|
||||
* @param {string} request request
|
||||
* @param {Range} range range of the argument
|
||||
* @param {string | undefined} layer layer
|
||||
|
||||
Reference in New Issue
Block a user