sculptorcss

The future web experience in CSS


Keywords
css, sass, mobile-fist, responsive, framework, web, app, cdn, easy-to-use, flexbox, grid, sculptor, website
License
GPL-3.0
Install
npm install sculptorcss@0.1.9

Documentation

Sculptor - The future web experience

About

Sculptor is a CSS Framework that allows you make beautiful web-based applications. We've got inspired in designs we believe is real futuristic and in colors of the universe. Created by Fabio Soares on a 2016 saturday afternoon.

Share with friends

Give us a star on GitHub and share with friends.

Getting Started

Download on Github Releases or use CDN https://unpkg.com/sculptorcss/css/sculptor.min.css

Clone our repository:

$ git clone git@github.com:1fabiosoares/sculptor.git

Download npm package

$ npm install sculptorcss

Download bower package

$ bower install sculptor

Download composer package

$ composer require 1fabiosoares/sculptor

Put it on you HTML page

Using CDN

<link rel="stylesheet" href="https://unpkg.com/sculptorcss/css/sculptor.min.css">

or using a local reference

<link rel="stylesheet" href="css/sculptor.min.css">