Skip to content
This repository was archived by the owner on Mar 4, 2025. It is now read-only.

Commit f3aae78

Browse files
committed
Update
1 parent dc05621 commit f3aae78

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ The tests folder contains mock data (tests/test-helpers/mock-data.js). It also h
5858
Spec files live alongside the code they are testing. For example, in peer-review you have review-status.controller.js and review-status.spec.js in the same review-status folder. If you want to see an example of tests, use review-status.spec.js as an example of controller tests and services/challenge.service.spec.js as an example of service tests.
5959

6060
## UI-Router and States
61-
See sample.routes.js and peer-review.routes.js as examples.
61+
See any *.routes.js file as an example.
6262

6363
## Contributing
6464

@@ -87,7 +87,7 @@ Jade Files
8787
```
8888

8989
SCSS Files
90-
- Use SCSS syntax (nesting)
90+
- Use SCSS syntax, but do not overly nest
9191
- Use variables and mixins as much as possible
9292
- Store new variables and mixins in the appropriate file in `assets/css/partials`
9393
- Since a class with the current state name is added to the ui-view (see the Creating New Views/Pages section), wrap your .scss file with this class, in order to write specific SCSS in its own file for that page.

0 commit comments

Comments
 (0)