Daedalon

Results 3 issues of Daedalon

Media queries with max-width are parsed incorrectly, leading to errors in page display. May affect more than just those with max-width. For example `.class3 { margin: 0; } @media (max-width:...

There are times when it'd be useful to be able to switch which side of the phone is the bottom in the landscape mode. Currently the left side of the...

enhancement

Angular style guide and tutorial disagree about which file name to use for models. Both should recommend the same format. **File content in both**: ``` export class Hero { id:...