diff --git a/docs/v2/DEVLOG.md b/docs/v2/DEVLOG.md index c4620c9..459b83a 100644 --- a/docs/v2/DEVLOG.md +++ b/docs/v2/DEVLOG.md @@ -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. diff --git a/flavors/v2/mini-default.css b/flavors/v2/mini-default.css index e69de29..57972fc 100644 --- a/flavors/v2/mini-default.css +++ b/flavors/v2/mini-default.css @@ -0,0 +1,5 @@ +/* + Flavor name: Default (mini-default) + Author: Angelos Chalaris (chalarangelo@gmail.com) + mini.css version: v2.0 (in-production) +*/ diff --git a/flavors/v2/mini-default.scss b/flavors/v2/mini-default.scss index e69de29..717288b 100644 --- a/flavors/v2/mini-default.scss +++ b/flavors/v2/mini-default.scss @@ -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) +*/ \ No newline at end of file