module deepmagic.dom.complex.bootstrap.row;

import deepmagic.dom;

class BootstrapRow : Sass{
	this(){
		super();
		this.name = "row";
	}
}