# code-snippets/4.0.0-beta.2/css/import/_page.scss

Code Snippets, version 4.0.0-beta.2. 21 lines.

- Page: https://pluginprobe.com/plugins/code-snippets/4.0.0-beta.2/code/css/import/_page.scss
- Raw: https://pluginprobe.com/plugins/code-snippets/4.0.0-beta.2/raw/css/import/_page.scss
- Modified: 2026-09-22T07:44:40+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/code-snippets/4.0.0-beta.2/code/css/import/_page.scss#L10-L20`.

```scss
@use '../common/theme';

.wrap > h2:first-of-type {
	font-size: 32px;
	font-weight: 510;
	line-height: 1.25;
	color: var(--cs-color-text);
	margin-block: 24px 16px;
	padding: 0;
}

.import-snippets-section {
	padding-block-start: 0;
	display: none;
	max-inline-size: 800px;

	&.active-section {
		display: block;
	}
}

```
