humans / wyldstyle

It's Emmet for your classes!
https://wyldstyle.github.io
6 stars 1 forks source link

Add the possibility to use emmet for the snippets #22

Open jaggy opened 8 years ago

jaggy commented 8 years ago

Rather than using:

"center": "display: flex; justify-content: center; align-items: center;"

We can just end up using emmet instead:

"center": ["d:f", "jc:c", "ai:c"]