Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: remove MDCSS #83

Open
wants to merge 1 commit into
base: feat/version-2
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions _sparkle-settings.scss
Original file line number Diff line number Diff line change
@@ -1,8 +1,3 @@
// Print Documentation Settings
// Set this to true in user settings
// to enable docs comment generation
$sparkle-show-docs: false !default;

// Sparkle User Settings
$settings: (
'prefix': 'sparkle',
Expand Down
3 changes: 0 additions & 3 deletions _systems.scss
Original file line number Diff line number Diff line change
Expand Up @@ -2,21 +2,18 @@
@use 'sass:math';

// Color System
@import "systems/color/docs";
@import "systems/color/foreground/utility";
@import "systems/color/background/utility";
@import "systems/color/border/utility";
@import "systems/color/outline/utility";
@import "systems/color/text-decoration/utility";

// Spacing System
@import "systems/spacing/docs";
@import "systems/spacing/margin/utility";
@import "systems/spacing/padding/utility";
@import "systems/spacing/position/utility";

// Font System
@import "systems/font/docs";
@import "systems/font/family/utility";
@import "systems/font/size/utility";
@import "systems/font/weight/utility";
Expand Down
56 changes: 0 additions & 56 deletions globals/media-queries/_docs.scss

This file was deleted.

132 changes: 0 additions & 132 deletions mdcss/_mdcss.scss

This file was deleted.

64 changes: 0 additions & 64 deletions mdcss/docs.scss

This file was deleted.

Loading
Loading