Skip to content

v0

Compare
Choose a tag to compare
@xsm2 xsm2 released this 21 Feb 17:52
· 353 commits to main since this release

A .css that imports /dist/Fluent.css from this github to be always updated.

That .css can have some problems, like not being updated instantaneously, if you want an offline version pick /dist/Fluent.css and rename it to Fluent.theme.css.

If you want to build it yourself it's also pretty easy:

  • Install "npm" (node package manager)
  • Open CMD/Powershell/Windows Terminal
  • Run npm install
  • Run npm run build
  • Now /dist/Fluent.css should be updated so rename it to Fluent.theme.css and it's all done