Skip to content

Commit 3b6c459

Browse files
authored
[FIX] Revert "Switch to maintained fork of "css" package" (#261)
This reverts commit 0abe66a. The change introduced unexpected regressions due to a bug in `@adobe/css-tools`, see adobe/css-tools#77.
1 parent e5ae223 commit 3b6c459

File tree

4 files changed

+103
-47
lines changed

4 files changed

+103
-47
lines changed

lib/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
"use strict";
22

33
const path = require("path");
4-
const css = require("@adobe/css-tools");
4+
const css = require("css");
55

66

77
const diff = require("./diff");

package-lock.json

Lines changed: 100 additions & 44 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,8 +82,8 @@
8282
"url": "git@github.com:SAP/less-openui5.git"
8383
},
8484
"dependencies": {
85-
"@adobe/css-tools": "^4.0.1",
8685
"clone": "^2.1.2",
86+
"css": "^3.0.0",
8787
"mime": "^1.6.0"
8888
},
8989
"devDependencies": {

test/test-diff.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"use strict";
33

44
const assert = require("assert");
5-
const css = require("@adobe/css-tools");
5+
const css = require("css");
66
const fs = require("fs");
77
const path = require("path");
88

0 commit comments

Comments
 (0)