microdreamit / shapecss
Shapecss, modern stylish css framework
Installs: 12
Dependents: 0
Suggesters: 0
Security: 0
Stars: 14
Watchers: 3
Forks: 4
Open Issues: 25
Language:CSS
Replaces
- microdreamit/shapecss: 2.1.3
- 2.1.3
- 2.1.2
- 2.1.1
- v2.1.0
- v2.0.5
- v2.0.4
- v2.0.3
- v2.0.2
- dev-dependabot/npm_and_yarn/path-parse-1.0.7
- dev-dependabot/npm_and_yarn/postcss-7.0.36
- dev-dependabot/npm_and_yarn/dns-packet-1.3.4
- dev-dependabot/npm_and_yarn/browserslist-4.16.6
- dev-dependabot/npm_and_yarn/hosted-git-info-2.8.9
- dev-dependabot/npm_and_yarn/lodash-4.17.21
- dev-dependabot/npm_and_yarn/ssri-6.0.2
- dev-dependabot/npm_and_yarn/y18n-3.2.2
- dev-dependabot/npm_and_yarn/elliptic-6.5.4
- dev-dependabot/npm_and_yarn/ini-1.3.7
- dev-dependabot/npm_and_yarn/http-proxy-1.18.1
- dev-dependabot/npm_and_yarn/websocket-extensions-0.1.4
- dev-dependabot/npm_and_yarn/acorn-6.4.1
This package is not auto-updated.
Last update: 2025-03-21 22:58:01 UTC
README
Shapecss
Shapecss, modern stylish css framework
Visit Shapecss »
Table of contents
Quick start
Download the latest release:
Minified CSS
Javascript bundle
Clone the repo: git clone https://github.com/MicroDreamIT/shapecss-framework.git
Install with a package manager:
NPM npm install shapecss
Bower bower install shapecss
Composer 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.
<!-- Latest compiled and minified CSS & JS --> <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/shapecss@2.1.3/public/css/shape.min.css"> <script src="https://cdn.jsdelivr.net/npm/shapecss@2.1.3/public/js/shape.min.js" async></script> <!-- Latest compiled and unminified CSS & JS --> <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/shapecss@2.1.3/public/css/shape.css"> <script src="https://cdn.jsdelivr.net/npm/shapecss@2.1.3/public/js/shape.js" async></script>
Status
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. The docs may also be run locally. https://shapecss.microdreamit.com
Community
Get updates on Shapecss's development and chat with the project maintainers and community members.
- Follow @microdreamit on Twitter.
- Chat with the team and developers on gitter.im
- Read and subscribe to The Official Shapecss Blog.
Creators
Shahanur Sharif
Emu
Copyright and license
Code copyright 2017 Shahanur Sharif. Code released under the MIT license.