Skip to content

Commit 946989a

Browse files
Merge pull request #261 from picocss/v2
v2.0.0
2 parents 2dd9cf7 + 1b3cf48 commit 946989a

File tree

407 files changed

+308482
-23417
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

407 files changed

+308482
-23417
lines changed

.github/CONTRIBUTING.md

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,18 +5,16 @@ Thanks for your interest in contributing to Pico CSS! Please take a moment to re
55
## Bug reports
66

77
The [issue tracker]((https://github.com/picocss/pico/issues)) is the preferred channel for bug reports, but please respect the following restrictions:
8-
- Please do not use the issue tracker for personal support requests. [Open a question in our discussion forums](https://github.com/picocss/pico/discussions/new?category=help) instead.
9-
- Please do not use the issue tracker for feature requests. [Suggest any ideas you have using our discussion forums](https://github.com/picocss/pico/discussions/new?category=ideas) instead.
8+
- Please do not use the issue tracker for personal support requests. [Open a question in our discussion forums](https://github.com/picocss/pico/discussions/categories/help) instead.
9+
- Please do not use the issue tracker for feature requests. [Suggest any ideas you have using our discussion forums](https://github.com/picocss/pico/discussions/categories/ideas) instead.
1010

1111
## Pull requests
1212

1313
Good pull requests, patches, improvements, and new features are a fantastic help.
1414

1515
**Please ask first before starting work on any significant new features.**
16-
We recommend that you first [suggest your feature idea in our discussion forums](https://github.com/picocss/pico/discussions/new?category=ideas).
16+
We recommend that you first [suggest your feature idea in our discussion forums](https://github.com/picocss/pico/discussions/categories/ideas).
1717

1818
[`dev`](https://github.com/picocss/pico/tree/dev) branch is open to pull requests.
1919

20-
**Do not edit [`/css`](https://github.com/picocss/pico/tree/master/css) files directly.** Edit the source files in [`/scss`](https://github.com/picocss/pico/tree/master/scss), then recompile the [`/css`](https://github.com/picocss/pico/tree/master/css) files with `npm run build`.
21-
22-
Do not edit [`/docs/*.html`](https://github.com/picocss/pico/tree/master/docs) files directly. Edit the source files in [`/docs/src`](https://github.com/picocss/pico/tree/master/docs/src), then recompile the docs files with `npm run build`.
20+
**Do not edit [`/css`](https://github.com/picocss/pico/tree/master/css) files directly.** Edit the source files in [`/scss`](https://github.com/picocss/pico/tree/master/scss), then recompile the [`/css`](https://github.com/picocss/pico/tree/master/css) files with `npm run build`.

.github/ISSUE_TEMPLATE/config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
blank_issues_enabled: false
22
contact_links:
33
- name: Get Help
4-
url: https://github.com/picocss/pico/discussions/discussions/new?category=help
4+
url: https://github.com/picocss/pico/discussions/categories/help
55
about: If you can't get something to work the way you expect, open a question in our discussion forums.
66
- name: Feature Request
7-
url: https://github.com/picocss/pico/discussions/discussions/new?category=ideas
7+
url: https://github.com/picocss/pico/discussions/categories/ideas
88
about: Suggest any ideas you have using our discussion forums.

.github/logo.svg

Lines changed: 34 additions & 1 deletion
Loading

.gitignore

Lines changed: 32 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,32 @@
1-
node_modules/
2-
tests/
3-
.nvmrc
4-
.prettierrc.js
5-
*.DS_Store
1+
# OS or Editor folders
2+
._*
3+
.cache
4+
.DS_Store
5+
.idea
6+
.project
7+
.settings
8+
.tmproj
9+
*.esproj
10+
*.sublime-project
11+
*.sublime-workspace
12+
nbproject
13+
Thumbs.db
14+
/.vscode/
15+
16+
# Numerous always-ignore extensions
17+
*.diff
18+
*.err
19+
*.log
20+
*.orig
21+
*.rej
22+
*.swo
23+
*.swp
24+
*.vi
25+
*.zip
26+
*~
27+
28+
# Folders to ignore
29+
/node_modules/
30+
31+
# Pico
32+
.pico

.node-version

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
18.19.0

.nvmrc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
18.19.0

.prettierrc

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
{
2+
"printWidth": 100
3+
}

0 commit comments

Comments
 (0)