Welcome to the Treehouse Community

Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.

Looking to learn something new?

Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.

Start your free trial

CSS Sass Basics Add Reusable Logic to Your Sass Loop Through Data in a Map with @each

Problem with Data Map, Syntax error: Invalid CSS after " 'ent'": expected ")", was ": #79ccf5,"

Hello Guys, i had no idea where is problem so i ask hire, so...

code of this problem looks like that

/* Syntax error: Invalid CSS after " 'ent'": expected ")", was ": #79ccf5," on line 34 of C:/Users/Me/Desktop/Projekt/TeamTreeHouse # Sass/scss/utilities/_variables.scss from line 6 of C:/Users/Me/Desktop/Projekt/TeamTreeHouse # Sass/scss/style.scss */

Im cheak before google to resolve that issue but i cant find nothing helpful.

Im using Scout on Windows.

Code where is that issue:

//Theme colors $themes: ( 'ent': #79ccf5, 'arch':#fd6fa6, 'edu': #23bbae, 'sim': #2377bb, 'soc': #ada3f0, 'games': #3cb144, );

1 Answer

It looks like you have commented out the themes map as there is a line break missing