mirror of
https://github.com/Chalarangelo/mini.css.git
synced 2025-08-05 21:37:23 +02:00
Module restructure, folder renames and file moves
This commit is contained in:
@@ -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.
|
- 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.
|
- 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:
|
- 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.
|
@@ -355,20 +355,16 @@ a{
|
|||||||
// SECTION: External files - core
|
// SECTION: External files - core
|
||||||
//===================================================
|
//===================================================
|
||||||
// You can comment out modules you do not want to use.
|
// You can comment out modules you do not want to use.
|
||||||
@import 'mini-core/grid';
|
@import 'mini/grid';
|
||||||
@import 'mini-core/table';
|
@import 'mini/table';
|
||||||
@import 'mini-core/form';
|
@import 'mini/form';
|
||||||
@import 'mini-core/navigation';
|
@import 'mini/navigation';
|
||||||
@import 'mini-core/button';
|
@import 'mini/button';
|
||||||
@import 'mini-core/checkbox';
|
@import 'mini/checkbox';
|
||||||
@import 'mini-core/contextual';
|
@import 'mini/contextual';
|
||||||
@import 'mini-core/progress';
|
@import 'mini/progress';
|
||||||
@import 'mini-core/utility';
|
@import 'mini/utility';
|
||||||
//===================================================
|
@import 'mini/card';
|
||||||
// SECTION: External files - shell
|
@import 'mini/tab';
|
||||||
//===================================================
|
@import 'mini/spinner';
|
||||||
// You can comment out modules you do not want to use.
|
|
||||||
@import 'mini-shell/card';
|
|
||||||
@import 'mini-shell/tab';
|
|
||||||
@import 'mini-shell/spinner';
|
|
||||||
//===================================================
|
//===================================================
|
Reference in New Issue
Block a user