// BareCSS (.Y.) v1.0.0 | MIT License | barecss.com

// All BareCSS component names start with an underscore. Comment out any components you don't need. //

// required components

	// variables !! required [ colours, shadows, fonts, breakpoints ]
	@import "_variables";
	
	// reset !! required
	@import "_reset";

// optional components

	// anchor link
	@import "_anchor-link";
	
	// blockquote
	@import "_blockquote";
	
	// buttons
	@import "_button";
	
	// card
	@import "_card";
	
	// code [ code, pre ]
	@import "_code";
	
	// footer
	@import "_footer";
	
	// grid
	@import "_grid";
	
	// input [ input, textarea, checkbox, radio, select ]
	@import "_input";
	
	// layouts [ img, section, p, hr ]
	@import "_layout";
	
	// lists [ ul, ol ]
	@import "_list";
	
	// navigation
	@import "_navigation";
	
	// table [ table, tr, th, td ]
	@import "_table";
	
	// tag
	@import "_tag";
	
	// tooltip
	@import "_tooltip";
	
	// transitions
	@import "_transition";
	
	// typography [ h1, h2, h3, h4, h5, h6 ]
	@import "_typography";
	
	// utility classes
	@import "_utility-attributes";