@import './vaadin-grid-online.css';

/*  >>>>>>>>>>>>>>>> DEPRECATED <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< */

/*  Exercise 3 */

/* TODO 1. use setPartNameGenerator() here to add part name "warn" when expenses are over getMonthlyExpenseLimit() 
 * TODO 2. Style the grid part named "warn" in styles.css to render text in red color */
/* 
vaadin-grid::part(warn) {
	color: red;
}
*/

