Does Atom support CSS snippets -


i able add javascript snippets in atom editor, couldn't add css snippets. there way add css snippets in atom?

#js works fine ".source.js":     "getelementbyid":       "prefix": "geid"       "body": "documnet.getelementbyid($1)"    #css not work ".source.css":   "blue background":     "prefix": "bgblue"     "body": " background-color: blue " 

i tried posted, , worked me.

make sure atom updated, , make sure document you're trying use snippet in using appropriate language/grammar.


Comments

Popular posts from this blog

python - TypeError: start must be a integer -

c# - DevExpress RepositoryItemComboBox BackColor property ignored -

django - Creating multiple model instances in DRF3 -