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 d652577 commit 2a30bfdCopy full SHA for 2a30bfd
CHANGELOG.md
@@ -1,5 +1,12 @@
1
# Svelte preprocess CSS Modules, changelog
2
3
+## 2.0.0-rc.3 (April 20, 2021)
4
+
5
+### Features
6
+- Add `:local()` selector
7
+### Fixes
8
+- Fix native parsing
9
10
## 2.0.0-rc.2 (April 16, 2021)
11
12
### Features
package.json
@@ -1,6 +1,6 @@
{
"name": "svelte-preprocess-cssmodules",
- "version": "2.0.0-rc.2",
+ "version": "2.0.0-rc.3",
"description": "Svelte preprocessor to generate CSS Modules classname on Svelte components",
"keywords": [
"svelte",
0 commit comments