Skip to content

Releases: xsm2/Fluent

v1

04 Jul 14:06
Compare
Choose a tag to compare

Updated the theme to be compatible with the latest changes

v0

21 Feb 17:52
Compare
Choose a tag to compare
v0

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