File tree Expand file tree Collapse file tree 1 file changed +10
-1
lines changed Expand file tree Collapse file tree 1 file changed +10
-1
lines changed Original file line number Diff line number Diff line change @@ -45,7 +45,15 @@ Plugin to be used. Multiple plugins can be specified. At least one plugin needs
4545
4646#### ` --map|-m `
4747
48- Activate source-map. If you're using ` --map|-m file ` a seperate ` .map ` file is generated.
48+ Activate source map generation. By default inline maps are generated. To generate source maps
49+ in a separate _ .map_ file use ` --map file ` or ` --no-map.inline ` .
50+
51+ You can use [ advances source map options] [ source-map-options ] - some examples:
52+
53+ - ` --no-map ` - do not generated source maps - even if previous maps exist
54+ - ` --map.annotation <path> ` - specify alternaive path to be used in source map annotation appended to CSS
55+ - ` --no-map.annotation ` - supress adding annotation to CSS
56+ - ` --no-map.sourcesContent ` - remove origin CSS from maps
4957
5058#### ` --local-plugins `
5159
157165
158166[ postcss ] : https://github.com/postcss/postcss
159167[ postcss-import ] : https://github.com/postcss/postcss-import
168+ [ source-map-options ] : https://github.com/postcss/postcss/blob/master/docs/source-maps.md
You can’t perform that action at this time.
0 commit comments