scratch-www/src/views
Ray Schamp 19f469db48 Upgrade and quiet sass-linter
These warnings were annoying me because the noise makes it easy to miss real issues.

The `no-mergeable-selectors` rule is one that we do want to have, but right now it asks that you merge selectors in different `@media` blocks.  When the next release happens we should put that back.

https://github.com/sasstools/sass-lint/issues/307

Similarly, we want `force-element-nesting` but there is a problem with that because there's no easy way to have a nested selector in a list of selectors.
https://github.com/sasstools/sass-lint/issues/575

Finally, until they implement per-line overrides, we have to silence `class-name-format` because we don't have control over the ReactModal class names.  It's a useful rule to keep class names consistent though.  Per-line ignores should be coming soon: https://github.com/sasstools/sass-lint/issues/70
2016-03-23 18:34:54 -04:00
..
about Upgrade and quiet sass-linter 2016-03-23 18:34:54 -04:00
components Move component structure to one tree 2016-03-18 10:54:26 -04:00
credits Upgrade and quiet sass-linter 2016-03-23 18:34:54 -04:00
hoc Upgrade and quiet sass-linter 2016-03-23 18:34:54 -04:00
jobs Update jobs to match Media Lab listings 2016-03-02 09:42:51 -05:00
splash Use formatNumber to localize project count 2016-03-22 11:00:37 -04:00
wedo2 Update device manager app store link 2016-03-10 15:14:08 -05:00