Bootstragram / css

The source of all Bootstragram based websites.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Bootstragram CSS

CSS is a boilerplate to manage your website's style from Sass.

Installation

node and yarn must be installed before running the project.

After cloning or forking this repository, run:

make install # Download dependencies

The css will be built in the css/ directory.

Usage

Sources are in the sass/ directory.

Running the following will ouput css files in the css/ directory.

make run

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Please make sure to update tests as appropriate.

Acknowledgements

License

MIT

About

The source of all Bootstragram based websites.

License:MIT License


Languages

Language:SCSS 98.4%Language:Makefile 1.6%