Skip to content

Commit b67477d

Browse files
author
Erik Pöhler
committed
refactor: move styles into per-html-element files
1 parent 1039a47 commit b67477d

File tree

6,665 files changed

+2791965
-253305
lines changed

Some content is hidden

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

6,665 files changed

+2791965
-253305
lines changed

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
nbproject
1313
Thumbs.db
1414
/.vscode/
15+
/.history/
1516

1617
# Numerous always-ignore extensions
1718
*.diff
@@ -27,6 +28,8 @@ Thumbs.db
2728

2829
# Folders to ignore
2930
/node_modules/
31+
/vendor/
3032

3133
# Pico
3234
.pico
35+
/tests

composer.json

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,5 +26,13 @@
2626
"support": {
2727
"issues": "https://github.com/picocss/pico/issues/"
2828
},
29-
"license": "MIT"
30-
}
29+
"license": "MIT",
30+
"require": {
31+
"vardumper/extended-htmldocument": "^0.2.7"
32+
},
33+
"autoload": {
34+
"psr-4": {
35+
"PicoCss\\Pico\\": "src/"
36+
}
37+
}
38+
}

0 commit comments

Comments
 (0)