Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

scss nested properties fail #319

Closed
llCorvinSll opened this issue Oct 7, 2014 · 5 comments
Closed

scss nested properties fail #319

llCorvinSll opened this issue Oct 7, 2014 · 5 comments

Comments

@llCorvinSll
Copy link

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

@mrpavlikov
Copy link

Facing this issue aswell.

@joshuaiz
Copy link

Me as well. It used to work with scss files.

@una
Copy link

una commented Dec 21, 2014

+1

1 similar comment
@qborreda
Copy link

+1

tonyganch added a commit that referenced this issue May 12, 2015
@tonyganch
Copy link
Member

Should be fixed in dev branch

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

6 participants