We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b25acdd commit 8fcd2dfCopy full SHA for 8fcd2df
1 file changed
CHANGELOG.md
@@ -4,6 +4,24 @@ All notable changes to this project will be documented in this file.
4
5
## [Unreleased] – 2025-08-XX
6
7
+### Added
8
+
9
+- Configuration options to control when file processing is triggered:
10
+ - **processOnEdit** — runs processing when editing files.
11
+ - **processOnSave** — runs processing when saving files.
12
13
+### Fixed
14
15
+- Class names defined after comments were not being recognized.
16
+ **Example:**
17
18
+ ```scss
19
+ // Working on it
20
+ .container {
21
+ width: 100%;
22
+ }
23
+ ```
24
25
## [0.1.3] – 2025-07-30
26
27
### Fixed
0 commit comments