{ "bundles": { "Symfonycasts\\SassBundle\\SymfonycastsSassBundle": ["all"] }, "copy-from-recipe": { "config/": "%CONFIG_DIR%/", "assets/": "assets/" }, "aliases": ["symfonycasts_sass"], "gitignore": [ "/%PUBLIC_DIR%/assets/" ], "add-lines": [ { "requires": "symfony/asset-mapper", "file": "config/packages/asset_mapper.yaml", "position": "after_target", "warn_if_missing": true, "target": " missing_import_mode: strict", "content": " excluded_patterns:\n - '**/assets/styles/**/_*.scss'" } ], "conflict": { "symfony/asset-mapper": "<6.3" } }