mirror of
https://github.com/felixrieseberg/windows95.git
synced 2026-05-14 18:31:59 +00:00
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)
8 lines
112 B
CSS
8 lines
112 B
CSS
#information {
|
|
text-align: center;
|
|
position: absolute;
|
|
width: 100vw;
|
|
bottom: 50px;
|
|
font-size: 18px;
|
|
}
|