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:
@@ -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.
|
||||
|
@@ -0,0 +1,5 @@
|
||||
/*
|
||||
Flavor name: Default (mini-default)
|
||||
Author: Angelos Chalaris (chalarangelo@gmail.com)
|
||||
mini.css version: v2.0 (in-production)
|
||||
*/
|
||||
|
@@ -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)
|
||||
*/
|
Reference in New Issue
Block a user