Fix remaining Sass deprecation logs in win95 style (#3022)

This commit is contained in:
Essem
2025-03-31 01:54:03 -05:00
committed by GitHub
parent c34682d671
commit 5e74cb6c40

View File

@@ -3,6 +3,8 @@
// Modified by kibi! to use webpack package syntax for urls (eg,
// `url(~images/…)`) for easy importing into skins.
@use 'mastodon/functions' as *;
$win95-bg: #bfbfbf;
$win95-dark-grey: #404040;
$win95-mid-grey: #808080;
@@ -16,6 +18,8 @@ $win95-cyan: #008080;
$ui-highlight-color: $win95-window-header
);
@use 'application';
@mixin win95-border-outset() {
border-left: 2px solid #efefef;
border-top: 2px solid #efefef;
@@ -97,8 +101,6 @@ $win95-cyan: #008080;
src: url('~fonts/premillenium/MSSansSerif.ttf') format('truetype');
}
@import 'application';
/* borrowed from cybrespace style: wider columns and full column width images */
@media screen and (min-width: 1300px) {