All Questions
2 questions
3
votes
1
answer
401
views
Emmet-Atom custom snippet for CSS module
I'm using CSS modules with ReactJs (jsx). Is there a way to create a custom snippet within Emmet or Atom to use CSS modules instead of regular classes?
Example, currently Emmet works as follows:
....
5
votes
2
answers
4k
views
Atom Snippets - Unexpected New Line Error
I've been trying to add my first snippet in the Atom text editor and I keep getting the error that there's an unexpected newline.
'.source.css':
'setup CSS':
'prefix':'setup'
'body':"""
*, *:before, *...