Skip to content

Commit 2c4403c

Browse files
committed
Add playground
1 parent 8fc4b56 commit 2c4403c

28 files changed

+21677
-2
lines changed

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
node_modules/
22
npm-debug.log
33

4+
playground/node_modules/
5+
playground/jspm_packages/
46
todo.md

.npmignore

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ node_modules/
55
test/
66
.travis.yml
77

8-
gulpfile.js
98

10-
todo.md
9+
playground/
10+
todo.md
11+
gulpfile.js

playground/.jshintrc

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
{
2+
"esnext": true
3+
}

playground/README.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
# [Playground](https://madlittlemods.github.io/postcss-css-variables/playground/)
2+
3+
The code playground for `postcss-css-variables` is [available live here](https://madlittlemods.github.io/postcss-css-variables/playground/).
4+
5+
6+
7+
# Build
8+
9+
## Prerequisites
10+
11+
- [io.js](https://iojs.org/en/index.html) *or Node.js with support for template strings (not currently avaialable)*
12+
13+
## Instructions:
14+
15+
When developing run the following to build:
16+
17+
`npm run build-dev`
18+
19+
To bundle for production, run:
20+
21+
`npm run build`

0 commit comments

Comments
 (0)