-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
768ad14
commit 5369411
Showing
6 changed files
with
12 additions
and
30 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -14,28 +14,24 @@ Concrete can be a great starting point for a simple website. | |
|
||
It also switches to a dark theme if your OS uses one. | ||
|
||
Best used in pair with [normalize.css](https://necolas.github.io/normalize.css/). | ||
|
||
Inspired by [Milligram](https://milligram.io/) and [Skeleton](http://getskeleton.com/). | ||
|
||
#### Please feel free to open an issue and/or contribute ! | ||
|
||
## Get Started | ||
|
||
### In your HTML `<head>` | ||
Just drop these lines into your html `<head>`: | ||
Just drop this line into your html `<head>`: | ||
``` | ||
<link rel="stylesheet" href="https://unpkg.com/[email protected]/normalize.css"> | ||
<link rel="stylesheet" href="https://unpkg.com/[email protected]/concrete.min.css"> | ||
<link rel="stylesheet" href="https://unpkg.com/[email protected]/concrete.min.css"> | ||
``` | ||
|
||
### In your javascript project | ||
Add the dependencies: | ||
Add the dependency: | ||
``` | ||
npm install normalize.css concrete.css | ||
npm install concrete.css | ||
``` | ||
Import them somewhere in your code: | ||
Import it somewhere in your code: | ||
``` | ||
import 'normalize.css' | ||
import 'concrete.css' | ||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters