1
0
Fork 0
mirror of https://codefloe.com/dwn/pure.git synced 2026-08-23 18:16:47 -04:00
Our fork of Pure.css by Yahoo, which the latter one is not actively updated.
  • JavaScript 49.9%
  • HTML 33.1%
  • CSS 17%
Find a file
2026-08-08 07:31:21 +00:00
.github OK Forgejo is not like GitHub 2026-08-08 07:31:21 +00:00
.tap Documents update! 2026-08-07 23:10:28 +08:00
scripts Replace Gruntfile with npm scripts 2026-08-07 22:47:59 +08:00
site chore(deps): bump react-dom from 19.0.0 to 19.1.0 in /site (#1402) 2025-04-07 10:06:21 -07:00
src fix typo and comment whitespace (#1109) 2023-01-21 21:47:41 -08:00
tasks refactor: upgrade normalize, remove bower, remove old ie hacks (#790) 2020-05-05 08:15:25 -07:00
test feat: add eslint (#801) 2020-05-16 11:09:14 -07:00
.csslintrc fix: csslint error and browserlist 2020-05-11 10:20:30 -07:00
.gitignore feat: add eslint (#801) 2020-05-16 11:09:14 -07:00
.npmrc ci: add test workflow (#859) 2021-07-04 09:45:41 -07:00
CODE_OF_CONDUCT.md Create CODE_OF_CONDUCT.md 2021-05-13 10:26:24 -07:00
composer.json fix composer license 2018-02-13 20:48:11 -08:00
CONTRIBUTING.md Forgejo donno what prefix is in issues and PRs 2026-08-08 00:05:12 +08:00
CREDITS.md Create CREDITS.md 2017-03-21 16:59:00 -07:00
eslint.config.mjs chore: upgrade to eslint@v9 (#1341) 2024-10-07 10:40:18 -07:00
Gruntfile.js chore: rename to main (#1342) 2024-10-07 10:52:34 -07:00
HISTORY.md chore: rename to main (#1342) 2024-10-07 10:52:34 -07:00
index.js chore: upgrade to eslint@v9 (#1341) 2024-10-07 10:40:18 -07:00
LICENSE chore: rename LICENSE file (#705) 2018-08-05 13:13:02 -07:00
package-lock.json Update dependencies to newest version 2026-08-07 22:32:27 +08:00
package.json Documents update! 2026-08-07 23:10:28 +08:00
README.md Documents update! 2026-08-07 23:10:28 +08:00
README.old.md Documents update! 2026-08-07 23:10:28 +08:00
RELEASE.md chore: rename to main (#1342) 2024-10-07 10:52:34 -07:00

Pure but forked

[Pure][pure]

This is a forked version of the Yahoo's Pure CSS library, used in Roco, that

  • upgraded all the dependencies
  • used npm scripts instead of gruntfiles
  • there will be more updates lol

See the original README here.

Build from source

git clone git@github.com:pure-css/pure.git
cd pure
npm install
npm run csslint && npm run build # this replaces grunt