https://github.com/microdreamit/shapecss-framework
A modern stylish css framework
https://github.com/microdreamit/shapecss-framework
css-framework flexbox-css responsive-css responsive-framework responsive-grid shape-circle shape-parallelogram shape-square shape-triangle
Last synced: about 1 month ago
JSON representation
A modern stylish css framework
- Host: GitHub
- URL: https://github.com/microdreamit/shapecss-framework
- Owner: MicroDreamIT
- License: mit
- Created: 2017-03-06T16:02:38.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2023-01-01T07:41:37.000Z (over 2 years ago)
- Last Synced: 2025-04-11T17:46:22.600Z (about 1 month ago)
- Topics: css-framework, flexbox-css, responsive-css, responsive-framework, responsive-grid, shape-circle, shape-parallelogram, shape-square, shape-triangle
- Language: CSS
- Homepage: http://shapecss.microdreamit.com
- Size: 25.9 MB
- Stars: 14
- Watchers: 3
- Forks: 4
- Open Issues: 25
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
Shapecss
Shapecss, modern stylish css framework
Visit Shapecss »
## Table of contents
- [Quick start](#quick-start)
- [CDN](#cdn)
- [Status](#status)
- [What's included](#whats-included)
- [Documentation](#documentation)
- [Community](#community)
- [Creators](#creators)
- [Copyright and license](#copyright-and-license)## Quick start
### Download the latest release:
#### [Minified CSS](https://raw.githubusercontent.com/MicroDreamIT/shapecss-framework/master/public/css/shape.min.css)
#### [Javascript bundle](https://raw.githubusercontent.com/MicroDreamIT/shapecss-framework/master/public/js/shape.min.js)
#### Clone the repo: `git clone https://github.com/MicroDreamIT/shapecss-framework.git`### Install with a package manager:
#### [NPM](https://www.npmjs.com/package/shapecss) `npm install shapecss`
#### [Bower](https://bower.io) `bower install shapecss`
#### [Composer](https://packagist.org/packages/microdreamit/shapecss) `composer require microdreamit/shapecss`- Entry javascript, `resources/assets/js/shape.js`
- Entry scss, `resources/assets/sass/main.scss`## CDN
**Use javascript file bottom of the body tag.**
```js
```
## Status
[](https://www.npmjs.com/package/shapecss)
[](https://gitter.im/shapecss/shapecss)
[](https://packagist.org/packages/microdreamit/shapecss)## What's included
You find minified and compiled files in public directory.
```
shapecss-framework/
public/
├── css/
│ ├── shape.css
│ ├── shape.min.css
└── js/
├── shape.js
└── shape.min.js
```
If you download total repository, then import```
shapecss-framework/
resources/
assets/
├── sass/
│ ├── main.scss
└── js/
└── shape.js
```## Documentation
Shapecss's documentation, included in this repo in the root directory, is built with [Laravel](https://laravel.com). The docs may also be run locally.
## Community
Get updates on Shapecss's development and chat with the project maintainers and community members.
- Follow [@microdreamit on Twitter](https://twitter.com/MicroDreamIT).
- Chat with the team and developers on [gitter.im](https://gitter.im/shapecss/shapecss)
- Read and subscribe to [The Official Shapecss Blog](https://blog.shapecss.com).## Creators
**Shahanur Sharif**
-
-**Emu**
-
## Copyright and license
Code copyright 2017 Shahanur Sharif. Code released under [the MIT license](https://github.com/MicroDreamIT/shapecss-framework/blob/master/LICENSE).