Skip to content

Commit 92b23ae

Browse files
author
Yoav Kadosh
committed
Update README.md
1 parent 47e0447 commit 92b23ae

File tree

1 file changed

+39
-1
lines changed

1 file changed

+39
-1
lines changed

README.md

Lines changed: 39 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,40 @@
11
# wp-dynamic-css
2-
Dynamic CSS renderer for WordPress
2+
3+
[![License](https://img.shields.io/badge/license-GPL--2.0%2B-red.svg)](https://raw.githubusercontent.com/aristath/kirki/master/LICENSE)
4+
5+
**Contributors:** ykadosh
6+
**Tags:** theme, mods, wordpress, dynamic, css, stylesheet
7+
**Tested up to:** 4.4.2
8+
**Stable tag:** 1.0.0
9+
**License:** GPLv2 or later
10+
**License URI:** http://www.gnu.org/licenses/gpl-2.0.html
11+
12+
A library for generating static stylesheets from dynamic content, to be used in WordPress themes and plugins.
13+
14+
## Contents
15+
16+
* [Overview](#overview)
17+
* [Installation](#installation)
18+
* [Via Composer](#via-composer)
19+
* [Via WordPress.org](#via-wordpress)
20+
* [Manual install](#manual-install)
21+
* [Dynamic CSS Syntax](#dcss-syntax)
22+
* [Enqueueing Dynamic Stylesheets](#dcss-enqueue)
23+
* [Setting the Value Callback](#dcss-callback)
24+
25+
## Overview
26+
27+
## Installation
28+
29+
### Via Composer
30+
31+
### Via WordPress.org
32+
33+
### Manually
34+
35+
## Dynamic CSS Syntax
36+
37+
## Enqueueing Dynamic Stylesheets
38+
39+
## Setting the Value Callback
40+

0 commit comments

Comments
 (0)