Skip to content

Commit 640b2cb

Browse files
authored
Update CSS file structure to match Roux (#803)
The guide mentions a `reset/` directory but Roux uses `resets/` Update to match Roux
1 parent 7fc5a5a commit 640b2cb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

css/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ A reasonable default structure:
2929

3030
```text
3131
css/
32-
├── reset/
32+
├── resets/
3333
│ └── _normalize.css # Browser resets
3434
├── base/
3535
│ ├── _variables.css # CSS custom properties (colors, spacing, fonts)

0 commit comments

Comments
 (0)