Releases: xsm2/Fluent
Releases · xsm2/Fluent
v1
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