We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8750bc4 commit 8acefd3Copy full SHA for 8acefd3
lib/patch/jsdom.js
@@ -16,7 +16,7 @@ try {fs.accessSync(PARSERS, fs.F_OK)} catch (e) {
16
// padding value)
17
//
18
var PADDING = (function () {
19
- var parsers = require('jsdom/node_modules/cssstyle/lib/parsers.js');
+ var parsers = require(PARSERS);
20
var TYPES = parsers.TYPES;
21
22
var isValid = function (v) {
@@ -63,7 +63,7 @@ var PADDING = (function () {
63
// margin value)
64
65
var MARGIN = (function () {
66
67
68
69
0 commit comments