Movatterモバイル変換


[0]ホーム

URL:


PaperCSS

the less formal CSS framework

Get PaperCSSDocumentationAboutGithub
^

Get PaperCSS

Download

Download the latest version (1.9.2) using either of the links below. Ordownload an older release via GitHub.

CSS FileMinified CSS FileGitHub Releases

NPM

PaperCSS is available on NPM, current version 1.9.2. Install withnpm install papercss –save and find the CSS in:

  • node_modules/papercss/dist/paper.css
  • node_modules/papercss/dist/paper.min.css

CDN

Don’t want to download it? That’s cool. You can just link to PaperCSS viaunpkg’s CDN. You can use either:

Here’s a quick snippet to get started with PaperCSS:

<!DOCTYPE html><htmllang="en"><head><metacharset="UTF-8"/><metaname="viewport"content="width=device-width, initial-scale=1.0"/><metahttp-equiv="X-UA-Compatible"content="ie=edge"/><linkrel="stylesheet"href="https://unpkg.com/papercss@1.9.2/dist/paper.min.css"/><title>Document</title></head><body><divclass="paper container"><h1>Some Fresh Title</h1><p>This is where some content would go.</p></div></body></html>

Build it Yourself

If you’d rather customize things, you can build the CSS yourself via the git repo

git clone https://github.com/papercss/papercss.gitcd papercssnpm installnpm run build

Grab the CSS out of the /dist folder created

You can also go into src/core/_config.scss before building to change around the global styles of your new CSS.


[8]ページ先頭

©2009-2025 Movatter.jp