Skip to content

Commit

Permalink
Release v1.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
oxalorg committed Jul 20, 2022
1 parent 4511a84 commit 8e93d0f
Show file tree
Hide file tree
Showing 9 changed files with 11 additions and 10 deletions.
2 changes: 1 addition & 1 deletion css/sakura-dark-solarized.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/* $color-text: #dedce5; */
/* Sakura.css v1.4.0
/* Sakura.css v1.4.1
* ================
* Minimal css theme.
* Project: https://github.com/oxalorg/sakura/
Expand Down
2 changes: 1 addition & 1 deletion css/sakura-dark.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/* $color-text: #dedce5; */
/* Sakura.css v1.4.0
/* Sakura.css v1.4.1
* ================
* Minimal css theme.
* Project: https://github.com/oxalorg/sakura/
Expand Down
2 changes: 1 addition & 1 deletion css/sakura-earthly.css
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/* Sakura.css v1.4.0
/* Sakura.css v1.4.1
* ================
* Minimal css theme.
* Project: https://github.com/oxalorg/sakura/
Expand Down
2 changes: 1 addition & 1 deletion css/sakura-ink.css
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/* Sakura.css v1.4.0
/* Sakura.css v1.4.1
* ================
* Minimal css theme.
* Project: https://github.com/oxalorg/sakura/
Expand Down
2 changes: 1 addition & 1 deletion css/sakura-pink.css
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/* Sakura.css v1.4.0
/* Sakura.css v1.4.1
* ================
* Minimal css theme.
* Project: https://github.com/oxalorg/sakura/
Expand Down
2 changes: 1 addition & 1 deletion css/sakura-vader.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/* $color-text: #dedce5; */
/* Sakura.css v1.4.0
/* Sakura.css v1.4.1
* ================
* Minimal css theme.
* Project: https://github.com/oxalorg/sakura/
Expand Down
2 changes: 1 addition & 1 deletion css/sakura.css
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/* Sakura.css v1.4.0
/* Sakura.css v1.4.1
* ================
* Minimal css theme.
* Project: https://github.com/oxalorg/sakura/
Expand Down
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,15 @@
{
"name": "sakura.css",
"version": "1.4.0",
"version": "1.4.1",
"description": "A minimal classless css theme. Just drop it in and watch the website blossom!",
"main": "css/sakura.css",
"scripts": {
"bookmarklet": "mkdir -p dist && bookmarklet ./src/bookmarklet.js ./dist/bookmarklet.js",
"scss": "sass --no-source-map scss:css",
"scss:watch": "sass --no-source-map -w scss:css",
"build": "npm run scss",
"test": "npx http-server"
"test": "npx http-server",
"release": "bash release.sh"
},
"files": [
"css",
Expand Down
2 changes: 1 addition & 1 deletion scss/_main.scss
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/* Sakura.css v1.4.0
/* Sakura.css v1.4.1
* ================
* Minimal css theme.
* Project: https://github.com/oxalorg/sakura/
Expand Down

0 comments on commit 8e93d0f

Please sign in to comment.