Skip to content

Commit

Permalink
adding more clarification to the docs
Browse files Browse the repository at this point in the history
  • Loading branch information
weaverryan committed Aug 21, 2023
1 parent d5f88cd commit 88ca6bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/DependencyInjection/SymfonycastsSassExtension.php
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ public function getConfigTreeBuilder(): TreeBuilder
->defaultNull()
->end()
->scalarNode('embed_sourcemap')
->info('Whether to embed the sourcemap in the compiled CSS')
->info('Whether to embed the sourcemap in the compiled CSS. By default, enabled only when debug mode is on.')
->defaultValue($this->isDebug)
->end()
->end()
Expand Down

0 comments on commit 88ca6bd

Please sign in to comment.