pure

A set of small, responsive CSS modules that you can use in every web project.

Github星跟蹤圖

Pure

Pure

A set of small, responsive CSS modules that you can use in every web project.
http://purecss.io/

Build Status
Dependency Status
Gitter

This project is looking for maintainers to support and enhance Pure.css. If you are interested please leave a comment in the Github issue.

Use From the CDN:

<link rel="stylesheet" href="https://unpkg.com/purecss@1.0.1/build/pure-min.css" integrity="sha384-oAOxQR6DkCoMliIh8yFnu25d7Eq/PHS21PClpwjOTeU2jRSq11vu66rf90/cZr47" crossorigin="anonymous">

Note: You can customize which Pure modules you need.

Install with Bower:

$ bower install --save pure

Install with NPM:

$ npm install purecss

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:

  • A responsive grid that can be customized to your needs.

  • A solid base built on Normalize.css to fix cross-browser compatibility
    issues.

  • Consistently styled buttons that work with <a> and <button> elements.

  • Styles for vertical and horizontal menus, including support for dropdown
    menus.

  • Useful form alignments that look great on all screen sizes.

  • Various common table styles.

  • An extremely minimalist look that is super-easy to customize.

  • Responsive by default, with a non-responsive option.

  • Extremely small file size: 4.5KB minified + gzip.

Get Started

To get started using Pure, go to the Pure CSS website. The website has
extensive documentation and examples to help you start using Pure.

You can include the Pure CSS file in your project by fetching it from unpkg:

<link rel="stylesheet" href="https://unpkg.com/purecss@1.0.1/build/pure-min.css" integrity="sha384-nn4HPE8lTHyVtfCBi5yW9d20FjT8BJwUXyWZT9InLYax14RDjBj46LmSztkmNP9w" crossorigin="anonymous">

You can also install Pure using Bower, using the following command:

$ bower install --save pure

Or you can install Pure using NPM:

$ npm install purecss

Build From Source

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.

$ git clone git@github.com:pure-css/pure.git
$ cd pure
$ npm install
$ grunt

Build Files

Now, all Pure CSS files should be built into the pure/build/ directory. All
files that are in this build directory are also available on the CDN. The naming
conventions of the files in the build/ directory follow these rules:

  • [module]-core.css: The minimal set of styles, usually structural, that
    provide the base on which the rest of the module's styles build.

  • [module]-nr.css: Rollup of [module]-core.css + [module].css +
    [module]-[feature].css from the src/[module]/ dir. This is the
    non-responsive version of a module.

  • [module].css: Rollup of [module]-nr.css + [module]-r.css from the
    build/ dir. This is the responsive version of a module.

  • *-min.css: A minified file version of the files of the same name.

  • pure.css: A rollup of all [module].css files in the build/ dir. This is
    a responsive roll-up of everything, non-minified. Note: does not contain responsive grids with @media queries.

  • pure-min.css: Minified version of pure.css that should be used in
    production.

  • pure-nr.css: A Rollup of all modules without @media queries. This is a
    non-responsive roll-up of everything, non-minified.

  • pure-nr-min.css: Minified version of pure-nr.css that should be used in
    production.

  • grids-responsive.css: Unminified version of Pure's grid stylesheet which
    includes @media queries.

  • grids-responsive-min.css: Minified version of grids-responsive.css that
    should be used in production.

Browser Support and Testing

Pure is tested and works in:

  • IE 8+
  • Latest Stable: Firefox, Chrome, Safari
  • iOS 6-8
  • Android 4.4+, as the way views work changed between older versions of Android and newer versions of Android around this time.

Docs and Website

Pure's website is also open source, so please open any issues or pull
requests for the docs and website over at the pure-site
repository.

Contributing

See the CONTRIBUTING file for information on how to contribute to Pure.

License

This software is free to use under the Yahoo! Inc. BSD license.
See the LICENSE file for license text and copyright information.

主要指標

概覽
名稱與所有者pure-css/pure
主編程語言JavaScript
編程語言JavaScript (語言數: 3)
平台
許可證Other
所有者活动
創建於2013-04-22 16:16:39
推送於2025-05-07 12:30:15
最后一次提交
發布數32
最新版本名稱v3.0.0 (發布於 )
第一版名稱v0.0.1 (發布於 )
用户参与
星數23.7k
關注者數722
派生數2.5k
提交數1k
已啟用問題?
問題數583
打開的問題數8
拉請求數454
打開的拉請求數5
關閉的拉請求數330
项目设置
已啟用Wiki?
已存檔?
是復刻?
已鎖定?
是鏡像?
是私有?