.postcssrc
PostCSS configuration file
| Type | object |
|---|---|
| File match |
.postcssrc
.postcssrc.json
.postcssrc.yaml
.postcssrc.yml
|
| Schema URL | https://catalog.lintel.tools/schemas/schemastore/postcssrc/latest.json |
| Source | https://www.schemastore.org/postcssrc.json |
Validate with Lintel
npx @lintel/lintel check
Type:
object
Properties
parser
string | enum
A special syntax parser (for example, SCSS).
stringifier
string | enum
A special syntax output generator (for example, Midas).
syntax
string | enum
An object providing a syntax parser and a stringifier.
map
enum
Source map options.
from
string
The input file name (most runners set it automatically).
to
string
The output file name (most runners set it automatically).
plugins
ConfigPlugin[] | object
Definitions
ConfigPlugin
object | enum