bem / bem/themekit

custom header for css

Open
#59 0 comments 0 reactions 0 assignees View on GitHub
RFC
Dominant language
TypeScript
Stars
75
Forks
11
PR merge metrics
No merged PRs in 30d

Description

## Proposal

Add to output config section 'header' for custom css.

## Use case

`.themekit.config.json`
```json
{
"output": {
"css": {
"header": "/* stylelint-disable */"
}
}
}
```

```bash
themekit build
```

`root.css`
```css
/* stylelint-disable */

/**
* Do not edit directly
* ......
*/

```

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.