Skip to content

harrymt/simplestyle

Repository files navigation

Simplestyle

A simple CSS framework, built in SASS for designing simple web pages with style.

Setup

Either:

  1. Serve from GitHub CDN using RawGit
  2. Download Minified CSS file

1. Serve from GitHub CDN

  • 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>

2. Download Minified File

  • 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>

Overview

  • What is it?
  • Why is it better?
  • Some stats about this?

Development

  • 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/

Technologies used