Skip to content

Commit 2168b03

Browse files
committed
bump version to v0.2.2
1 parent 227d1ad commit 2168b03

File tree

5 files changed

+7
-6
lines changed

5 files changed

+7
-6
lines changed

css/quintsea.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*!
2-
* Quintsea CSS v0.2.1 (https://quintsea.nanraizen.me)
2+
* Quintsea CSS v0.2.2 (https://quintsea.nanraizen.me)
33
* (c) 2025 | MIT License
44
*/
55
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700&display=swap');

css/quintsea.min.css

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

js/quintsea.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*!
2-
* Quintsea CSS v0.2.1 (https://quintsea.nanraizen.me)
2+
* Quintsea CSS v0.2.2 (https://quintsea.nanraizen.me)
33
* (c) 2025 | MIT License
44
*/
55
document.querySelectorAll('a[href="#"]').forEach(e => {

js/quintsea.min.js

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

package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "quintsea-css",
3-
"version": "0.2.1",
3+
"version": "0.2.2",
44
"description": "A CSS framework built around five aesthetics (4+1), which includes Minimalism (+ dark mode), Neubrutalism, Flat and Retro UI Design.",
55
"keywords": [
66
"css",
@@ -37,7 +37,8 @@
3737
"minify": "cleancss css/!(*.min).css --batch --batch-suffix \".min\"",
3838
"minify:addons": "cleancss css/addons/!(*.min).css --batch --batch-suffix \".min\"",
3939
"minify:themes": "cleancss css/themes/!(*.min).css --batch --batch-suffix \".min\"",
40-
"build": "npm run compile && npm run minify && npm run compile:themes && npm run minify:themes && npm run compile:addons && npm run minify:addons"
40+
"header:js": "node src/js/header.js",
41+
"build": "npm run compile && npm run minify && npm run compile:themes && npm run minify:themes && npm run compile:addons && npm run minify:addons && npm run header:js"
4142
},
4243
"devDependencies": {
4344
"clean-css-cli": "^5.6.3",

0 commit comments

Comments
 (0)