Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
The diff you're trying to view is too large. We only load the first 3000 changed files.
7 changes: 7 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
nbproject
Thumbs.db
/.vscode/
/.history/

# Numerous always-ignore extensions
*.diff
Expand All @@ -27,6 +28,12 @@ Thumbs.db

# Folders to ignore
/node_modules/
/vendor/

# Pico
.pico
/tests

# Yarn
yarn-error.log
/.yarn/
1 change: 1 addition & 0 deletions .yarnrc.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
nodeLinker: pnpm
12 changes: 10 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,13 @@
"support": {
"issues": "https://github.com/picocss/pico/issues/"
},
"license": "MIT"
}
"license": "MIT",
"require": {
"vardumper/extended-htmldocument": "^0.2.7"
},
"autoload": {
"psr-4": {
"PicoCss\\Pico\\": "src/"
}
}
}
Loading