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

Initial commit for default flavor documentation.

This commit is contained in:
Angelos Chalaris
2016-10-12 20:33:53 +03:00
parent 4c4c06e2d3
commit c2fb578a9f
3 changed files with 16 additions and 0 deletions

View File

@@ -30,3 +30,4 @@
- **Organized and cleaned the base**
- Merged styling fixes for `article`, `aside`, `footer`, `header`, `nav` and `section` with fixes for `figure`, `figcaption` and `main`.
- Merged styling for `kbd`, `code`, `pre` and `samp`.
- Started documenting default flavor.

View File

@@ -0,0 +1,5 @@
/*
Flavor name: Default (mini-default)
Author: Angelos Chalaris (chalarangelo@gmail.com)
mini.css version: v2.0 (in-production)
*/

View File

@@ -0,0 +1,10 @@
// This is a flavor file. Duplicate it and edit it to create your own
// flavor. Read instructions carefully.
// Single-line comments, starting with '//' will not be included in
// your final CSS file. Multiline comments, structured like the flavor
// description below, will be included in your final CSS file.
/*
Flavor name: Default (mini-default)
Author: Angelos Chalaris (chalarangelo@gmail.com)
mini.css version: v2.0 (in-production)
*/