SUZURI CSS Framework
This package is not yet published on npm.
npm install -D pepabo/nachiguro
Nachiguro includes some images for background properties. They will be compiled to:
background: url('nachiguro/assets/images/indicator-eyes.gif');
Depending your application structure, it can't be referenced correctly when loaded on browser. To solve this you change nachiguro/assets/
prefix by assigning $ncgr-assets-prefix
.
$ncgr-assets-prefix: 'path/to/public/nachiguro/assets/';
@import 'nachiguro';
If you use nachiguro with Rails application and it uses sprockets, nachiguro-sprockets
have to be imported before nachiguro
. This replaces url
with asset-url
.
@import 'nachiguro-sprockets';
@import 'nachiguro';
If you want to update and read the styleguide, run the following command to open the styleguide/index.html
in your browser.
npm run styleguide
Since hologram is installed via bundler, please run bundle install
if you can't run hologram.