-
Notifications
You must be signed in to change notification settings - Fork 454
Closed
Description
nested properties in scss syntax throw error
http://sass-lang.com/documentation/file.SASS_REFERENCE.html#nested_properties
@import '../../helpers/__helpers';
.funky {
font: {
family: fantasy;
size: 30em;
weight: bold;
}
}
stack: TypeError: Cannot read property '0' of undefined
at module.exports.process (.../csscomb.js/lib/options/space-before-opening-brace.js:52:36)
at .../csscomb.js/node_modules/csscomb-core/lib/core.js:206:21
at Array.forEach (native)
at processNode (../csscomb.js/node_modules/csscomb-core/lib/core.js:202:14)
at .../csscomb.js/node_modules/csscomb-core/lib/core.js:211:13
at Array.forEach (native)
at processNode (.../csscomb.js/node_modules/csscomb-core/lib/core.js:202:14)
at .../csscomb.js/node_modules/csscomb-core/lib/core.js:211:13
at Array.forEach (native)
at processNode (.../csscomb.js/node_modules/csscomb-core/lib/core.js:202:14)
package versions
Metadata
Metadata
Assignees
Labels
No labels