https://github.com/nhatphamcdn/funstyle
A minimal CSS Framework inspired by Bootstrap Framework. It just pre-built some of the most commonly used components and Flex-box, for lightweight purpose. This is a CSS Framework created for experience, it is not recommended to use for real projects.
https://github.com/nhatphamcdn/funstyle
css css-framework scss
Last synced: 3 days ago
JSON representation
A minimal CSS Framework inspired by Bootstrap Framework. It just pre-built some of the most commonly used components and Flex-box, for lightweight purpose. This is a CSS Framework created for experience, it is not recommended to use for real projects.
- Host: GitHub
- URL: https://github.com/nhatphamcdn/funstyle
- Owner: nhatphamcdn
- License: mit
- Created: 2022-06-28T02:20:21.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-07-21T02:19:02.000Z (over 3 years ago)
- Last Synced: 2025-10-14T13:19:41.851Z (3 months ago)
- Topics: css, css-framework, scss
- Language: SCSS
- Homepage: https://funstyle.netlify.app
- Size: 7.64 MB
- Stars: 5
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# funstyle
A minimal CSS Framework inspired by Bootstrap Framework.
It just pre-built some of the most commonly used components and Flex-box, for lightweight purpose. This is a CSS Framework created for experience, it is not recommended to use for real projects.
## Table of contents
- [Usage](#usage)
- Update in progress...
## Usage
**Install manually**
[Download funstyle](https://github.com/nhatphamcdn/funstyle/archive/refs/tags/1.0.0.zip) and link `/css/funstyle.min.css` in the `` of your website.
```html
```
**Install from CDN**
Alternatively, you can use [unpkg CDN](https://unpkg.com/@nhatphamfks-org/funstyle@1.0.0/css/funstyle.min.css) to link funstyle.
```html
```
**Install with NPM**
```shell
npm i @nhatphamfks-org/funstyle
```