-
Notifications
You must be signed in to change notification settings - Fork 2.5k
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
74eaf8d
commit 524b998
Showing
3 changed files
with
23 additions
and
9 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
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 |
---|---|---|
|
@@ -9,8 +9,8 @@ A set of small, responsive CSS modules that you can use in every web project. | |
|
||
## Features | ||
|
||
Pure is meant to be a starting point for every website or web app. We take care | ||
of all the CSS work that every site needs, without making it look cookie-cutter: | ||
Pure is a starting point for every website or web app. We take care | ||
of all the CSS work that every site needs without making it look cookie-cutter: | ||
|
||
- A responsive grid that can be customized to your needs. | ||
|
||
|
@@ -42,10 +42,10 @@ Optionally, you can build Pure from its source on Github. To do this, you'll | |
need to have Node.js and npm installed. We use [Grunt][] to build Pure. | ||
|
||
```shell | ||
$ git clone [email protected]:pure-css/pure.git | ||
$ cd pure | ||
$ npm install | ||
$ grunt | ||
git clone [email protected]:pure-css/pure.git | ||
cd pure | ||
npm install | ||
grunt | ||
``` | ||
|
||
### Build Files | ||
|
@@ -89,8 +89,6 @@ conventions of the files in the `build/` directory follow these rules: | |
Pure is tested and works in: | ||
|
||
- Latest Stable: Firefox, Chrome, Safari | ||
- iOS 12+ | ||
- Android 6+ | ||
|
||
## Docs and Website | ||
|
||
|
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