We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e84abee commit 63a4140Copy full SHA for 63a4140
README.md
@@ -38,7 +38,7 @@ This task can be passed through the option `build_stylesheet_definitions_json_ta
38
use ExCSSModules.View,
39
namespace: MyApplicationWeb,
40
embed_stylesheet: ApplicationSettings.built_for?(:prod),
41
- build_stylesheet_definitions_json_task: unquote(Mix.Tasks.BuildScopedJson),
+ build_stylesheet_definitions_json_task: unquote(Mix.Tasks.GenerateMissingJson),
42
stylesheet:
43
__ENV__.file
44
|> Path.dirname()
0 commit comments