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

Core restructure to move imports to the flavor files, mixin usage changed inside flavor files, updated doc pages and live version files

This commit is contained in:
Angelos Chalaris
2016-12-22 11:43:20 +02:00
parent f469a1dfb7
commit a9d314fc66
23 changed files with 657 additions and 625 deletions

View File

@@ -693,3 +693,15 @@
- Added OpenGraph info to all pages.
- Doc page code cleanup.
- Updated everything, releasing **v2.0.0**.
# v2.0.1 Development Log
## 20161222
- Merged the pull request from @roryprimrose.
- Changed the `_typography.scss` file to `_core.scss`.
- Moved the `@import` statements to the flavor files.
- Updated `customization.html` to make sure the notes reflect the new structure of the toolkit.
- Demo pages updated to use the latest version of the toolkit (v2.0.1).
- Updated `CHANGELOG.md` to reflect new changes.
- Moved mixin `@include` statements inside the flavor files.