# Changelog
Here you can see all of the things that are happening, in case you don't want to go through commits. Will be updated from this point forward, not retroactively.

## 2018-07-02
### Functions
- Added a color function, "_colors.scss", to make images darker or lighter.
    - It ranges in "darkest", "darker", "dark", "light", "lighter", "lightest"
    - It also has a random color function, "rc()"
- Added a mixin to easily make an image either grayscale (100%) or colored


## End