Dan Coates

Results 4 issues of Dan Coates

Just ran into this issue. When given this input: ``` .item { overflow: visible; overflow-x: hidden; } .item2 { overflow: visible; } ``` csso will produce this output: ``` .item{overflow-x:hidden}.item,.item2{overflow:auto}...

bug
duplicate
structural optimization

When `provider.versionFunctions` is set to false in the serverless.yml some nulls end up in the `cloudformation-template-create-alias-stack.json` ```json "DependsOn": [ null, null ] ``` which results in the following error in...

enhancement

## 💡 Feature description It would be nice if it was possible to use the `include` and `exclude` package configuration in `serverless.yml` to choose other files to bundle with the...

help wanted

### What happened? As of the 0.2.134 release, and the inclusion of PR #14808, the create user API endpoint no longer accepts usernames with a hyphen in them, eg. `test-user-123`....

needs-triage