Skip to content

This is the foundation class for the websites used by 9th Circle Games

Notifications You must be signed in to change notification settings

9thcirclegames/prometheus

Repository files navigation

prometheus

Front-end foundation for WordPress projects including a page template to view all your styles on one go.

Installation

1) Adding it to your theme

Add this repository to your theme by submoduling it in.

git submodule add git@github.com:9thcirclegames/prometheus.git

2) LESS

This provides a base foundation for styling, including normalize, mixins, etc. Can be included at the top of your master LESS stylesheets:

@import 'prometheus/prometheus.less' 

3) Tools

To pull in wp-less and other tools, you can include this line near the top of your functions.php

require_once( 'prometheus/prometheus.php' );

About

This is the foundation class for the websites used by 9th Circle Games

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published