8000 GitHub - salim-b/bootstrap: Official Bootstrap integration for Hyas
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

salim-b/bootstrap

 
 

Repository files navigation

Hyas Bootstrap

Official Bootstrap integration for Hyas.

Status

npm (scoped)

Installation

npm i -D @hyas/bootstrap

Setup

Add mounts to ./config/_default/module.toml:

[[mounts]]
  source = "node_modules/@hyas/bootstrap/assets"
  target = "assets"

[[mounts]]
  source = "node_modules/@hyas/bootstrap/layouts"
  target = "layouts"

[[mounts]]
  source = "assets"
  target = "assets"

[[mounts]]
  source = "layouts"
  target = "layouts"

How to use

See the Hyas documentation:

Credits

This npm package is based on the Bootstrap examples:

About

Official Bootstrap integration for Hyas

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • SCSS 93.7%
  • HTML 6.3%
0