A simple CSS framework, built in SASS for designing simple web pages with style.
Either:
- Serve from GitHub CDN using RawGit
- Download Minified CSS file
- Add
//cdn.rawgit.com/harrymt/simplestyle/master/simplestyle.min.css
to your projects to get started.
<head>
<link href="//cdn.rawgit.com/harrymt/simplestyle/master/simplestyle.min.css" rel="stylesheet">
</head>
- Alternatively you can download the file yourself, place it into a
css
folder, and reference it within your HTML.
<head>
<link href="/css/simplestyle.min.css" rel="stylesheet">
</head>
- What is it?
- Why is it better?
- Some stats about this?
- Clone the project via
git clone https://github.com/harrymt/simplestyle.git
- Run
npm install
to install the required packages - Finally run
grunt
to build everything. grunt serve
starts local server on http://localhost:9000/