https://github.com/fslaborg/fslab-styles
npm package for FsLab web styles
https://github.com/fslaborg/fslab-styles
Last synced: about 2 months ago
JSON representation
npm package for FsLab web styles
- Host: GitHub
- URL: https://github.com/fslaborg/fslab-styles
- Owner: fslaborg
- License: mit
- Created: 2023-03-02T11:14:49.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-12-26T12:39:22.000Z (over 2 years ago)
- Last Synced: 2025-10-09T00:23:35.114Z (8 months ago)
- Language: Sass
- Size: 14.6 KB
- Stars: 0
- Watchers: 4
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# fslab-styles

npm package for FsLab web styles
as seen on https://fslab.org.
- Set background color and emphasis via mixins (e.g. `has-bg`) and predefined classes (e.g `has-bg-darkmagenta`)
- Use component styling for:
- package cards (e.g. as seen on https://fslab.org/packages.html)
- Main page text fields (as seen on https://fslab.org)
based on [bulma](https://bulma.io/), uses [prism.js](https://prismjs.com/download.html#themes=prism-twilight&languages=clike+fsharp) for syntax highlighting
## install
for node:
`npm install @fslab/fslab-styles`
or use via cdn:
``