ericvida / atom-zurb-foundation-jade

Jade snippets for Zurb Foundation 6 for sites.
MIT License
1 stars 1 forks source link

Error in typography.cson #8

Open dlewand691 opened 7 years ago

dlewand691 commented 7 years ago
/atom-zurb-foundation-jade/snippets/typography.cson: unexpected true

When loading in Atom 1.11.2.

And actually, now that I try and use it more, nothing is loading or working.

Heroyoulook commented 7 years ago

@dlewand691 if you open the code you can navigate to snippets > typography.cson after opening replace the single quotes with double quotes around true. That should get it working for you. Save and reload. ex: 'body': 'p(aria-hidden="true") $0'

dlewand691 commented 7 years ago

Thanks! That got rid of the error, but none of the snippets work still. I've uninstalled and reinstalled. Quit Atom and restarted Atom. Any thoughts?

Heroyoulook commented 7 years ago

@dlewand691 After opening up your .jade file try this !html-zf without quotes. It should load the foundation template. I don't use this package anymore so hope that helps you on your way.