Skip to content

Commit

Permalink
Fix errors during build of documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
fabiommendes committed May 7, 2019
1 parent 8a9c974 commit ee5d60a
Show file tree
Hide file tree
Showing 5 changed files with 4,436 additions and 154 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ opportunities to reuse styles and discover good organization of CSS code.

Atomic inverts this logic and declares that the primary use of classes is
to define presentation rather than giving semantic hints (to whom?). Markup
should preferebly treat CSS as a dependendency and not the other way around.
should preferebly treat CSS as a dependendency in you r HTML and not the other way around.
This beautiful [post](https://adamwathan.me/css-utility-classes-and-separation-of-concerns/)
by the author of Tailwinds, currently the most popular Atomic CSS library,
nicely explains this point.
Expand Down
6 changes: 5 additions & 1 deletion docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@
"description": "Example usage of Mendeleev.css library",
"main": "js/main.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
"test": "echo \"Error: no test specified\" && exit 1",
"watch": "parcel watch index.html"
},
"author": "Fábio Macêdo Mendes",
"license": "MIT",
Expand All @@ -20,5 +21,8 @@
"normalize.css": "^8.0.1",
"typescript": "^3.3.1",
"uc.micro": "^1.0.6"
},
"devDependencies": {
"parcel": "^1.12.3"
}
}
Loading

0 comments on commit ee5d60a

Please sign in to comment.