Skip to content

Commit

Permalink
different updates
Browse files Browse the repository at this point in the history
  • Loading branch information
voronianski committed May 2, 2013
1 parent ff29609 commit 87efaa5
Show file tree
Hide file tree
Showing 16 changed files with 578 additions and 526 deletions.
6 changes: 3 additions & 3 deletions README.md
Expand Up @@ -83,11 +83,11 @@ Now in your main Stylus file we add ``@import`` configuration and start to use d

- ``vendors`` - list of vendors you want to use (by default includes ``webkit``, ``moz``, ``ms``, ``o`` and ``official`` which means unprefixed property);

- ``ie-support`` - set to ``true`` to enable special IE properties like ``filter: alpha(opacity = 100)``;
- ``ie-support`` - set to ``true`` to enable special IE properties like ``filter: alpha(opacity = 100)`` etc.;

- ``font-stack`` - global font-family stack;

- ``sans-serif``- ``serif`` and ``monospace`` - default font families;
- ``sans-serif``- ``serif`` and ``monospace`` - default font-families;

- ``font-size`` - global font-size variable;

Expand Down Expand Up @@ -471,7 +471,7 @@ As [reset helpers](https://github.com/voronianski/dookie-css#reset-global-mixins
adds couple of useful classes that you might add anyways, full list of them:

```css
.left, .right, .clear, .hide, .bold, .italic, .bullet, .clearfix
.left, .right, .clear, .show, .hide, .bold, .italic, .bullet, .clearfix, .rounded
```

#####text-selection([highlight color], [text color|default: 'white'])
Expand Down
3 changes: 1 addition & 2 deletions examples/static-server/package.json
Expand Up @@ -4,15 +4,14 @@
"version": "0.0.1",
"author": "Dmitri Voronianski <dmitri.voronianski@gmail.com>",
"scripts": {
"start": "node ./server.js"
"start": "node server.js"
},
"engines": {
"node": ">=0.8.22"
},
"dependencies": {
"stylus": "~0.32.1",
"colors": "~0.6.x",
"dookie": "~1.0.0"
"node-static": "~0.6.9"
}
}

0 comments on commit 87efaa5

Please sign in to comment.