# tablepress/2.2.2/css/default.scss

TablePress – Tables in WordPress made easy, version 2.2.2. 21 lines.

- Page: https://pluginprobe.com/plugins/tablepress/2.2.2/code/css/default.scss
- Raw: https://pluginprobe.com/plugins/tablepress/2.2.2/raw/css/default.scss
- Modified: 2022-12-19T11:32:06+00:00

Line numbers below start at 1. Link to a line or a range by appending a fragment to the
page URL, for example `https://pluginprobe.com/plugins/tablepress/2.2.2/code/css/default.scss#L10-L20`.

```scss
/**
 * TablePress Default CSS
 *
 * Attention: Do not modify this file directly, but use the "Custom CSS" textarea
 * on the "Plugin Options" screen of TablePress.
 *
 * @package TablePress
 * @subpackage Frontend CSS
 * @author Tobias Bäthge
 * @since 1.0.0
 */

/* Import TablePress default CSS (icon font). */
@import "default-font";

/* Import TablePress default CSS (basic/general styling). */
@import "default-core";

/* Import TablePress default CSS (DataTables-related code). */
@import "default-datatables";

```
