Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/mrwillcom/logseq-fluent-theme

A Logseq theme based on Fluent Design System.
https://github.com/mrwillcom/logseq-fluent-theme

fluent-design logseq logseqtheme

Last synced: 1 day ago
JSON representation

A Logseq theme based on Fluent Design System.

Awesome Lists containing this project

README

        

# Logseq Fluent Theme

A Logseq theme based on [Fluent Design System](https://www.microsoft.com/design/fluent/).

## Development

This project uses SCSS, to develop and build it, you need to run:

```sh
$ yarn install
```

Then, you can use:

```sh
# realtime build for developing
$ yarn dev

# build
$ yarn build

# minimize for production
$ yarn min
```