Skip to content

Commit ffdbffc

Browse files
committed
feat(@angular/cli): add fallback for CSS variables #7514
Remove explicit dependency on autoprefixer since postcss-cssnext already includes it. Fix failing test:deps.
1 parent 103cece commit ffdbffc

2 files changed

Lines changed: 1 addition & 2 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,6 @@
4444
"@angular-devkit/build-optimizer": "~0.0.18",
4545
"@angular-devkit/schematics": "~0.0.21",
4646
"@schematics/angular": "~0.0.30",
47-
"autoprefixer": "^6.5.3",
4847
"chalk": "^2.0.1",
4948
"circular-dependency-plugin": "^3.0.0",
5049
"common-tags": "^1.3.1",
@@ -77,6 +76,7 @@
7776
"nopt": "^4.0.1",
7877
"opn": "~5.1.0",
7978
"portfinder": "~1.0.12",
79+
"postcss-cssnext": "^3.0.2",
8080
"postcss-loader": "^1.3.3",
8181
"postcss-url": "^5.1.2",
8282
"raw-loader": "^0.5.1",

packages/@angular/cli/package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,6 @@
3232
"@ngtools/json-schema": "1.1.0",
3333
"@ngtools/webpack": "1.8.0-beta.0",
3434
"@schematics/angular": "~0.0.30",
35-
"autoprefixer": "^6.5.3",
3635
"chalk": "^2.0.1",
3736
"circular-dependency-plugin": "^3.0.0",
3837
"common-tags": "^1.3.1",

0 commit comments

Comments
 (0)