Skip to content

Commit 7a26228

Browse files
committed
Home page update
1 parent f024be7 commit 7a26228

10 files changed

Lines changed: 153 additions & 186 deletions

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2023-2025 Python Pescara
3+
Copyright (c) 2023-2026 Python Pescara
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ Update Pico CSS framework.
1212
```console
1313
$ npm install @picocss/pico
1414
$ npm install --save-dev sass
15-
$ npx sass input.scss --no-source-map --style=compressed css/pico.min.2.1.1.css
16-
$ cat css/pico.min.2.1.1.css | openssl dgst -sha512 -binary | openssl base64 -A && echo -e "\nCopy the hashtag in the HTML file."
15+
$ npx sass input.scss --no-source-map --style=compressed css/pico.min.2.1.1.0.css
16+
$ cat css/pico.min.2.1.1.0.css | openssl dgst -sha512 -binary | openssl base64 -A && echo -e "\nCopy the hashtag in the HTML file."
1717
```
1818

1919
### JS

css/pico.min.2.1.1.0.css

Lines changed: 4 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

css/pico.min.2.1.1.css

Lines changed: 0 additions & 4 deletions
This file was deleted.

index.html

Lines changed: 128 additions & 167 deletions
Large diffs are not rendered by default.

input.scss

Lines changed: 12 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,15 @@
11
// Pico lightweight version
22
@use "node_modules/@picocss/pico/scss/pico" with (
33

4+
// Theme color
5+
$theme-color: "azure", // amber, azure, blue, cyan, fuchsia, green, grey, indigo, jade, lime, orange, pink, pumpkin, purple, red, sand, slate, violet, yellow, zinc
6+
7+
// Enable <header>, <main>, <footer> inside $semantic-root-element as containers
8+
$enable-semantic-container: true,
9+
410
// Enable .classes
511
// .classless version if disabled
6-
$enable-classes: true,
12+
$enable-classes: false,
713

814
$modules: (
915
// Theme
@@ -12,10 +18,10 @@
1218
// Layout
1319
"layout/document": true,
1420
"layout/landmarks": true,
15-
"layout/container": false,
16-
"layout/section": false,
17-
"layout/grid": true,
18-
"layout/overflow-auto": false,
21+
"layout/container": true,
22+
"layout/section": true,
23+
"layout/grid": false,
24+
"layout/overflow-auto": true,
1925

2026
// Content
2127
"content/link": true,
@@ -51,4 +57,4 @@
5157
"utilities/accessibility": false,
5258
"utilities/reduce-motion": false
5359
)
54-
);
60+
);

js/um.1749545514.js

Lines changed: 0 additions & 1 deletion
This file was deleted.

js/um.1773053442.js

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package-lock.json

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@
33
"@picocss/pico": "^2.1.1"
44
},
55
"devDependencies": {
6-
"sass": "^1.86.3"
6+
"sass": "^1.97.3"
77
}
88
}

0 commit comments

Comments
 (0)