meta: some changelog improvements
This commit is contained in:
parent
8aec530caf
commit
7199a5c3d5
1 changed files with 8 additions and 2 deletions
10
NEWS
10
NEWS
|
@ -7,7 +7,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|||
|
||||
## [Unreleased]
|
||||
|
||||
The project is now compiled with [gulp](https://gulpjs.com/)
|
||||
- code: The project is now compiled with [gulp](https://gulpjs.com/)
|
||||
|
||||
- code: Complete scss refactoring
|
||||
|
||||
### Added
|
||||
|
||||
|
@ -15,7 +17,11 @@ The project is now compiled with [gulp](https://gulpjs.com/)
|
|||
|
||||
### Changed
|
||||
|
||||
- code: complete scss refactoring
|
||||
- scss refactoring :
|
||||
|
||||
- Rework entirely the palette to use a map instead of a set of variables
|
||||
|
||||
- Programmatically handle colorization (automatically handled by the palette)
|
||||
|
||||
- style: Narrower shadows
|
||||
|
||||
|
|
Reference in a new issue