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:
-
publicize.cssis standalone publicize css. You need to link bootstrap.css inside your html files. -
publicize-bootstrap.cssis publicize css and bootstrap css budled into 1 file. You dont need to link bootstrap csss inside your html files.