Shapecss, modern stylish css framework
Visit Shapecss »
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
#Use javascript file bottom of the body tag.
<!-- Latest compiled and minified CSS & JS -->
https://cdn.jsdelivr.net/npm/shapecss@2.0.2/public/css/shape.min.css
https://cdn.jsdelivr.net/npm/shapecss@2.0.2/public/js/shape.min.js
<!-- Latest compiled and unminified CSS & JS -->
https://cdn.jsdelivr.net/npm/shapecss@2.0.2/public/css/shape.css
https://cdn.jsdelivr.net/npm/shapecss@2.0.2/public/js/shape.js
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
Shapecss's documentation, included in this repo in the root directory, is built with Laravel. The docs may also be run locally. https://shapecss.com
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.
Shahanur Sharif
Emu
Code copyright 2017 Shahanur Sharif. Code released under the MIT license.