All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog and this project adheres to Semantic Versioning.
- Fixed incosistent references to 'tests' vs. 'test'.
- Fixed incorrect use of
&&
indims()
mixin.
- Added development dependencies:
kss
.
- Normalized
get*()
functions: replace 'base' value with 'default' forgetColor()
. Display warning in cases where 'base' key is used. - Moved
functions/
andmixins/
into newlib/
dir. - Updated function/mixin documentation syntax as per
kss
requirements, regenerated docs.
- Added 'kebab-case' aliases for all functions (eg.
getColor
/get-color
,getFont
/getFont
, etc.). - Added tests for function aliases (eg.
get-color
,get-font
, etc.).
- Refactored the following functions:
getColor
;getFont
;getPath
. - Updated function and mixin declarations to use 'kebab-case' for variable identifiers.
- Updated docs.