Skip to content

srph/m

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

48 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

head

m

(n.) minimalistic stylesheets

Demo / Preview

Why?

This is not another UI Framework.

This is a lesser Skeleton CSS and has useful mixins and utilities! Feel free to use this as a starting point. Or better yet, use it for ideas.

Usage

Copy stylesheets to your project's css directory, and then run sass:

sass path/to/css/main.scss:path/to/public/folder/style.css

You should be good to go!

101

Setup

# For development - compiles and watches for changes.
make dev

# For production - make a clean release
make