-
Notifications
You must be signed in to change notification settings - Fork 26
/
style.css
31 lines (27 loc) · 1.17 KB
/
style.css
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
/*
Theme Name: NOUVEAU Starter Theme
Author: Veraxus
Contributors: Veraxus
Donate link: http://nouveauframework.com/
Author URI: http://nouveauframework.com/
Tags: framework, php5.6
Description: A rapid-development theme framework built specifically for WordPress and PHP 5.6+ (Developers Only)
Version: 0.14
Foundation version: 6.3.1
Requires at least: 4.6
Tested up to: 4.7.3
Stable tag: 0.14
License: GPL2+ (NOUVEAU) & GNU MIT (Foundation)
License URI: LICENSE-GPL2 && LICENSE-MIT
*/
/*
===================================
READ ME!!!
===================================
This is a required file for all WordPress themes, so you can't just delete it.
USE OLD FASIONED CSS:
If you don't want to use SASS (or don't know what SASS is) - then you can go ahead and just work in good, old-fashioned CSS within this very file.
TO USE SASS:
Keep in mind that if you DO want to use SASS, you will still need to setup a compiler (e.g. libsass, CodeKit, Gulp, etc) *and* the Zurb Foundation framework (even if you want to use a compiler like CodeKit). To use with Gulp, cd to your NOUVEAU theme directory and run
`npm install` then `npm start`.
*/