Skip to content

Latest commit

 

History

History
24 lines (14 loc) · 711 Bytes

README.md

File metadata and controls

24 lines (14 loc) · 711 Bytes

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:

based on bulma, uses prism.js for syntax highlighting

install

for node:

npm install @fslab/fslab-styles

or use via cdn:

<scrpt src="https://cdn.jsdelivr.net/npm/@fslab/fslab-styles"></script>