We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e984c8a commit 42dbad2Copy full SHA for 42dbad2
CHANGELOG.md
@@ -1,20 +1,20 @@
1
# Svelte preprocess CSS Modules, changelog
2
3
-# 1.1.0
+## 1.1.0
4
- Add optional shortand syntax `$.MY_CLASSNAME` to increase development speed and remove verbosity.
5
6
-# 1.0.1
+## 1.0.1
7
- Fix style parsing on empty cssModules class
8
9
-# 1.0.0
+## 1.0.0
10
- Ability to use the same class on multiple elments
11
- Use with svelte loader Ok
12
- Add test
13
14
-# 0.1.1
+## 0.1.1
15
- Fix modules exports
16
- Fix `includePaths` check
17
- Update `loader-utils` package
18
19
-# 0.1.0
+## 0.1.0
20
- Initial commit
0 commit comments