custom header for css
Open
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
Assessment
This issue has not been assessed yet.