rework-walk
Recursively walk through all rules and keyframes
Last updated 13 years ago by andineck .
MIT · Repository · Bugs · Original npm · Tarball · package.json
$ cnpm install rework-walk 
SYNC missed versions from official npm registry.

rework-walk

Recursively walk through all rules and keyframes

example

// prefix all selectors
walk(style, function(rule, node) {
  if (!rule.selectors) return rule;
  rule.selectors = rule.selectors.map(function(selector) {
    return str + ' ' + selector;
  });
});

credits

rework-visit

license

MIT

Current Tags

  • 1.0.0                                ...           latest (13 years ago)

1 Versions

  • 1.0.0                                ...           13 years ago
Maintainers (1)
Downloads
Today 0
This Week 0
This Month 0
Last Day 0
Last Week 0
Last Month 1
Dependencies (0)
None
Dev Dependencies (0)
None
Dependents (1)

Copyright 2013 - present © cnpmjs.org | Home |