/*
Theme Name: Apps Playground
Theme URI: http://appsplayground.com
Author: Laura Kalbag
Author URI: http://laurakalbag.com
Description: A theme designed for Apps Playground
Version: 0.1
License: Creative Commons (CC)
License URI: Attribution-NonCommercial-ShareAlike 3.0 Unported
*/

/* This brings in all the Sass styles from the /sass folder */
@import 'css/base.css';

/* This hides assistive text but not using display: none */
.assistive-text {
	height: 0;
	overflow: hidden;
	margin: 0;
	padding: 0;
}