Skip to content

Commit 3332190

Browse files
committed
refactor: Add mods/_index.scss to aggregate styles
1 parent 4f792fe commit 3332190

3 files changed

Lines changed: 11 additions & 0 deletions

File tree

app/javascript/styles/application-akane-blue.scss

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,3 +22,5 @@
2222
@use 'mastodon/dashboard';
2323
@use 'mastodon/rtl';
2424
@use 'mastodon/rich_text';
25+
26+
@use 'mods';

app/javascript/styles/application.scss

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,3 +22,5 @@
2222
@use 'mastodon/dashboard';
2323
@use 'mastodon/rtl';
2424
@use 'mastodon/rich_text';
25+
26+
@use 'mods';
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
@use 'announcements';
2+
@use 'bigger-publish';
3+
@use 'compact-padding';
4+
@use 'custom';
5+
@use 'legacy-style';
6+
@use 'reverse-nav';
7+
@use 'wider-column';

0 commit comments

Comments
 (0)