Skip to content

Commit

Permalink
https://github.com/bonfire-networks/bonfire-app/issues/626
Browse files Browse the repository at this point in the history
  • Loading branch information
mayel committed Nov 3, 2023
1 parent 2ad731e commit d61f04d
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions flavours/classic/config/bonfire_ui.exs
Original file line number Diff line number Diff line change
Expand Up @@ -156,8 +156,9 @@ config :surface, :components, [
]

config :surface, :compiler,
hooks_output_dir: "assets/js/_hooks",
css_output_file: "assets/css/_components.css",
hooks_output_dir: "data/current_flavour/config/flavour_assets/hooks/",
css_output_file: "data/current_flavour/config/flavour_assets/components.css",
variants_output_file: "assets/css/variants.js",
enable_variants: true

# variants_prefix: "s-"

0 comments on commit d61f04d

Please sign in to comment.