Francisco Calle Moreno
Francisco Calle Moreno
It also happens if you use something like `two column computer one column mobile grid`. It might be related to how meteor set classes (I haven't dig into that). To...
I've just created a PR for that
@df-sean I think it's explained https://github.com/Semantic-Org/Semantic-UI-Meteor/issues/4 you just need to remove the dot file `.custom.sematic.json` and restart meteor.
@flemay It's a bit unclear in the README (at a first glance, I had the same issue) since it needs two _rounds_, one to fill the `custom.semantic.json`and other without the...
@flemay Yep, you're absolutely right. I just added the _restart phase_ just to be a little bit more clear on how it works. Would you add such an explanation to...
I think you could easily change `$('#my-id')` to `document.getElementById('my-id')` Isn't that enough?