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 2b558a4 + bb6e9af commit 9d88b96Copy full SHA for 9d88b96
CHANGELOG.MD
@@ -1,3 +1,9 @@
1
+# v0.0.6
2
+
3
+## Added
4
+- Add possiblity to call `class/3`, `class_name/3` and `class_selector/2` with an atom as second argument (#22).
5
+- Add typespecs to functions in ExCSSModules module (#22).
6
7
# v0.0.5
8
9
## Added
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.5"}]
+ [{:ex_css_modules, "~> 0.0.6"}]
20
end
21
```
22
mix.exs
@@ -1,7 +1,7 @@
defmodule ExCSSModules.Mixfile do
use Mix.Project
- @version "0.0.5"
+ @version "0.0.6"
def project do
[
0 commit comments