Publicize docs

File Structure


publicize-html
|-- dist/
|    |-- css/
|    |-- default/
|    |-- default-dark/
|    |-- default-light/
|    |-- default-narrow/
|    |-- img/
|    |-- js/
|-- img/
|-- js/
|-- scss/
|    |-- main/
|         |-- mixins/
|         |-- utilities/
|-- .stylelintignore
|-- .stylelintrc
|-- .package.json
|-- .postcss.config.js

Inside dist/css/ you can find 2 publicize css files that you can use:

  1. publicize.css is standalone publicize css. You need to link bootstrap.css inside your html files.
  2. publicize-bootstrap.css is publicize css and bootstrap css budled into 1 file. You dont need to link bootstrap csss inside your html files.