https://github.com/intermine/flymine-table-styles
https://github.com/intermine/flymine-table-styles
Last synced: 10 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/intermine/flymine-table-styles
- Owner: intermine
- Created: 2015-02-18T13:54:31.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2015-02-18T18:52:59.000Z (almost 11 years ago)
- Last Synced: 2025-01-19T18:52:42.989Z (12 months ago)
- Language: JavaScript
- Size: 125 KB
- Stars: 0
- Watchers: 10
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# FlyMine Table Styles
This project is a thin wrapper around the styling mechanisms in imtables to
provide a custom FlyMine css theme.
## Usage
Install from npm.
```sh
npm install flymine-table-styles
```
The css is located in `dist/flytables.css`.
## Developing
To develop the style for yourself edit the style definitions found in the `less`
directory and then call:
```sh
npm run build
```
## License
This software is free and open source software under the LGPL license. The
copyright is held by InterMine and Alex Kalderimis.