
@mixin c($el) {
  #{$el} {
    @content;
  }
}

/**
 * px-table-row styles
 */
 .px-table-row {
    @import 'sass/px-table-row-predix';
 }
