Replace Less with native CSS (#350)

The stylesheets only used Less for variables and nesting, both of which
are now native CSS features supported by Electron 41's bundled Chromium.

- src/less/ -> src/css/, all .less files renamed to .css
- @win-* variables -> :root custom properties + var()
- // comments -> /* */
- Dropped unused @win-silver
- Removed less devDependency and the dead 'less' npm script
  (pointed at a non-existent tools/lessc.js)
This commit is contained in:
Felix Rieseberg
2026-04-11 10:45:04 -07:00
committed by GitHub
parent e9ddfab65d
commit 3b62e1c9b5
15 changed files with 20 additions and 189 deletions

View File

@@ -5,8 +5,8 @@
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>windows95</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="../src/less/vendor/98.css">
<link rel="stylesheet" href="../src/less/root.less">
<link rel="stylesheet" href="../src/css/vendor/98.css">
<link rel="stylesheet" href="../src/css/root.css">
<!-- libv86 -->
</head>
<body class="paused windows95">