aleutcss / aleutcss.github.io

Aleut – A fork of inuit: Start package
http://aleutcss.github.io/
31 stars 1 forks source link

Object-snippets in Atom/text-expander or similar #11

Open mhauken opened 9 years ago

mhauken commented 9 years ago

Would be awesome to write o-flag and get the whole syntax expanded like this:

<div class="o-flag">
    <div class="o-flag__img">
        <img src="" alt="">
    </div>
    <div class="o-flag__body">
    </div>
</div>

What's the best solution for this? @kmelve ?

kmelve commented 8 years ago

I think we could do this with Atom-snippets (I've tried to extend Emmet, but it doesn't work). We could also develop a plugin that adds these snippets.

aleut-expand

mhauken commented 8 years ago

Would be awesome!