1
0
mirror of https://github.com/Chalarangelo/mini.css.git synced 2025-08-28 00:00:59 +02:00

Updated background properties to use shorthand

This commit is contained in:
Angelos Chalaris
2016-10-15 09:26:20 +03:00
parent b2e004edf8
commit f723e23b8a
4 changed files with 21 additions and 17 deletions

View File

@@ -68,4 +68,8 @@
- Added margin for `pre` elements to be in line with paragraphs.
- Changed borders for `pre` elements: left-side borders' `border-radius` is now `0`.
- Changed index, centered title etc.
- Deployed first live demo version of the framework's demo index.
- Deployed first live demo version of the framework's demo index.
## 20161015
- Updated references to `background-color` and `background-image` to use the `background` shorthand instead.