diff --git a/composer.json b/composer.json index 85e9dc2..3f06a74 100644 --- a/composer.json +++ b/composer.json @@ -40,30 +40,5 @@ }, "config": { "bin-dir": "bin/" - }, - "extra": { - "css-compiler": [ - { - "format": "compact", - "input": [ - "tests/shared-fixtures/scss" - ], - "output": "var/cache/assets/scss.css" - }, - { - "format": "compact", - "input": [ - "tests/shared-fixtures/sass" - ], - "output": "var/cache/assets/sass.css" - }, - { - "format": "compact", - "input": [ - "tests/shared-fixtures/compass/app.scss" - ], - "output": "var/cache/assets/compass.css" - } - ] } }