This is the living styleguide for pollistics.
The styleguide is build with jekyll. To serve it locally, install that first, and then run jekyll serve.
You can then find your local development at http://localhost:4000
more
It's also possible to run it locally via `bundler`, then you run:$ bundle install
$ bundle exec jekyll serve.All components are defined in _components/name.md. There you write a summary, syntax and examples.
Style is defined in _sass/components/name.scss.
_sass/__components__.scss to include new files.
<link rel="stylesheet" href="https://style.pollistics.com/src/main.css">Jekyll is being deployed to Netlify on every commit to master, as well as on every pull request a staging deploy is being made. You can see that one on "view checks", "view detail" on a pull request.