{"version":3,"sources":["../src/src/table-object/table-object.scss"],"names":[],"mappings":"AAIA,aACE,aAAc,CACf,kBAIC,kBAAmB,CACnB,QAAS,CACT,kBAAmB,CACnB,qBAAsB,CACvB,2BAIC,SAAU","file":"table-object.css","sourcesContent":["// TableObject is a module for creating dynamically resizable elements that\n// always sit on the same horizontal line (e.g., they never wrap). Using\n// tables means it's cross browser friendly.\n\n.TableObject {\n display: table;\n}\n\n// Place this on every \"cell\"\n.TableObject-item {\n display: table-cell;\n width: 1%;\n white-space: nowrap;\n vertical-align: middle;\n}\n\n// Place this on the largest or most important \"cell\"\n.TableObject-item--primary {\n width: 99%;\n}\n"]}