Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/srid/windicss-nix

WindiCSS packaged up in Nix (and Docker)
https://github.com/srid/windicss-nix

nix windicss

Last synced: about 1 month ago
JSON representation

WindiCSS packaged up in Nix (and Docker)

Awesome Lists containing this project

README

        

# windicss-nix

To build,

```
nix-build -A shell.nodeDependencies
```

To update,

```
nix-shell -p nodePackages.node2nix --run 'node2nix'
```

## Docker image

Docker image is built in CI for `master`. You can use it as:

```
docker run --rm -it sridca/windicss
```