1
0
mirror of https://github.com/Chalarangelo/mini.css.git synced 2025-04-20 04:11:53 +02:00

Module restructure, folder renames and file moves

This commit is contained in:
Angelos Chalaris 2016-11-10 00:25:24 +02:00
parent 37d89bd998
commit 19d3f2b3c5
14 changed files with 14 additions and 17 deletions

View File

@ -365,4 +365,5 @@
- Minor `tabs` update for `:first-of-type` and `:last-of-type` selectors. This update should fix square top-right corners for single collapses.
- Deployed live demo.
- New module restructure: all modules will be moved to core, some merges might have to be applied (check issue #14). Restructure was applied as follows:
- Added the functionality of the new `alert` module to `contextual`. Includes mixin `make-alert-alt-color` for different `alert` color variants.
- Added the functionality of the new `alert` module to `contextual`. Includes mixin `make-alert-alt-color` for different `alert` color variants.
- Restructured folders. `mini-shell` removed, `mini-core` renamed to `mini`. `mini` is the core folder now.

View File

@ -355,20 +355,16 @@ a{
// SECTION: External files - core
//===================================================
// You can comment out modules you do not want to use.
@import 'mini-core/grid';
@import 'mini-core/table';
@import 'mini-core/form';
@import 'mini-core/navigation';
@import 'mini-core/button';
@import 'mini-core/checkbox';
@import 'mini-core/contextual';
@import 'mini-core/progress';
@import 'mini-core/utility';
//===================================================
// SECTION: External files - shell
//===================================================
// You can comment out modules you do not want to use.
@import 'mini-shell/card';
@import 'mini-shell/tab';
@import 'mini-shell/spinner';
@import 'mini/grid';
@import 'mini/table';
@import 'mini/form';
@import 'mini/navigation';
@import 'mini/button';
@import 'mini/checkbox';
@import 'mini/contextual';
@import 'mini/progress';
@import 'mini/utility';
@import 'mini/card';
@import 'mini/tab';
@import 'mini/spinner';
//===================================================