Skip to content

Commit 8fcd2df

Browse files
chore: updated changelog
1 parent b25acdd commit 8fcd2df

1 file changed

Lines changed: 18 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,24 @@ All notable changes to this project will be documented in this file.
44

55
## [Unreleased] – 2025-08-XX
66

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+
725
## [0.1.3] – 2025-07-30
826

927
### Fixed

0 commit comments

Comments
 (0)