| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
A simple and lightweight CSS Framework built with Sass for building responsive web apps.
Download the stylesheet or use the CDN URL: https://unpkg.com/shiba-css@1.0.0/docs/css/shiba.min.css.
Save the stylesheet and link to it in the head of your project.
yarn add shiba-css # npm i shiba-cssimport "shiba-css/docs/css/shiba.min.css";Shiba.CSS is written by Sass. So you can easily modify it with your own style. Firstly, clone the repo:
git clone https://github.com/completejavascript/shiba-css.git
cd shiba-cssThen, run the project:
yarn dev # npm run devIn the project, I define all variables in src/base/_variables.scss. You can customize the style by changing their values.
After changing, you can navigate to http://localhost:4000/ in your browser to see what you make changes.
And distribution files can be found at docs/css/shiba.min.css.
See CHANGELOG.md
This project is open source and available under the MIT License.
| Back | FazBrowse Home | New Git URL |