mlarcher / docssa

DoCSSa – Sass based CSS architecture and methodology – http://mlarcher.github.io/docssa/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

getting error from _config.scss

ShaggyDude opened this issue · comments

error /Users/computer/Desktop/docssa-master/sass/base/utils/../_config.scss (Line 6: Invalid CSS after "...ints: ( "small"": expected ")", was ": 600px , "medi...")

That is because a Sass Map is used for $breakpoints in that file. Updating your Sass version to 3.3 will fix the issue.

Thanks,
Very interested in this project. Let me know if I can help out..

Thanks for your support.
As you can see in this Issue (#7) our next goal is to deal with Themes.

We already have the solution for components, but we should deal with specifics.

Fell free to send your suggestions.