Semantic-Org / Semantic-UI-Meteor

Official Semantic UI Integration for Meteor
MIT License
224 stars 33 forks source link

All variables importing except for "Site theme site.variables" (theme.import.less) #105

Closed fvpDev closed 8 years ago

fvpDev commented 8 years ago

After experiencing #80 I have narrowed down what exactly is not being imported/overridden. I've tried "deleting .custom.semantic.json" and pretty much every other solution in the issues for this package and I'm tired of pulling my hair out. Please help. All other "site theme" variables are being loaded and overriding the original theme.

Colors, Fonts are my primary concerns...without this fixed this package is useless for me.

@jlukic you say in one issue that this all works for you and you use it on the daily. I would like to as well lol

flemay commented 8 years ago

@fvpDev I will hopefully be able to help you this weekend. Maybe it will be Friday for you depending where you are. As I said, I didn't test anything from Meteor 1.4.

fvpDev commented 8 years ago

Ok, looking forward to it (I'm in Canton, GA). I'm also thinking of contributing to stardust (Semantic-UI-React) as well.

fvpDev commented 8 years ago

Wow, dumb mistake on my part.. so supposedly I can't have something like @h1: unit( round((48 / 14)) * @emSize) / @emSize, rem) in my site.variables file and it has to be 3.42857rem instead.