UNPKG

generator-skull

Version:

A generator to make magic sites by Index Digital, with Gulp, Jade, Babel, Sass or Less (your choice), Wordpress ready, Swiper slide, Font Awesome, Animated Css

8 lines (6 loc) 120 B
// Center-align a block level element .center-block() { display: block; margin-left: auto; margin-right: auto; }