Steve Carlson

Results 7 issues of Steve Carlson

From @3den in pr #233: > Problem: extracted seems to be an array of objects, the challenge we have is to find the keys that map to the same value...

enhancement
package/atomizer

Right now it's not possible to have a custom suffix that's numeric if a rule has `allowSuffixToValue` set to true, such as `Fz-10`. Currently such a class would be translated...

bug
package/atomizer

Right now we have a few tests for `getCss()` that are a dumping ground for every unique type of class (hex values, hex + alpha, customs, child selectors, customs, etc)....

enhancement
package/atomizer

Right now, 'banner' is the only option we don't expose via the CLI. It'd be good to expose this finally.

enhancement
package/atomizer

It'd be helpful if the CLI could output the config file generated during parsing, either in addition to the CSS (aka a sidecar) or in lieu of CSS. The file...

enhancement
package/atomizer

Would be helpful to tag configuration output with semver that's tied to the ruleset, that way as the rulesets change over time we can properly ensure that configuration files work...

enhancement
package/atomizer

**What happened**: `buildPeriodically` only allows a single cron schedule string, which limits flexibility to modifying the schedule based on the day of the week, etc. **What you expected to happen**:...