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.
2 parents 45995b3 + d952dbf commit 0b636f3Copy full SHA for 0b636f3
CHANGELOG.MD
@@ -1,3 +1,8 @@
1
+# v0.0.4
2
+
3
+## Changed
4
+- The embed option is now evaluated to allow `Mix.env == :prod` and other code that needs to be evaluated (#7)
5
6
# v0.0.3
7
8
## Changed
README.md
@@ -16,7 +16,7 @@ Install from [Hex.pm](https://hex.pm/packages/ex_css_modules):
16
17
```ex
18
def deps do
19
- [{:ex_css_modules, "~> 0.0.3"}]
+ [{:ex_css_modules, "~> 0.0.4"}]
20
end
21
```
22
mix.exs
@@ -1,7 +1,7 @@
defmodule ExCSSModules.Mixfile do
use Mix.Project
- @version "0.0.3"
+ @version "0.0.4"
def project do
[app: :ex_css_modules,
0 commit comments