sathify / CCSS

CSS architecture for web applications
http://sathify.github.io/CCSS/
MIT License
167 stars 20 forks source link

Replace @include with + #9

Open dmitry opened 9 years ago

dmitry commented 9 years ago

Instead of using @include e(element) everywhere you can just use +e(element).

Any drawbacks of this shortcut? I've used it for the latest 2-3 years without any issues at all.