update deps, fixed images and version bump

This commit is contained in:
cupcakearmy 2020-09-03 11:31:22 +02:00
parent 8a7393b593
commit 331d47c9e9
No known key found for this signature in database
GPG Key ID: 81C683415BBD86B0
4 changed files with 1372 additions and 1597 deletions

View File

@ -2,10 +2,10 @@
Theme Name: Liquet
Author: Niccolo Borgioli
Description: Minimalistic clean theme
Version: 0.15
Version: 0.16
License: MIT
Tags: minimal, simple, typography, clean
Author URI: https://nicco.io
License URI: https://opensource.org/licenses/MIT
Theme URI: https://github.com/cupcakearmy/liquet
*/
*/

View File

@ -4,6 +4,11 @@
"dev": "parcel watch --no-hmr --no-source-maps -d liquet/dist ./src/js/index.js ./src/styles/index.styl",
"build": "rm -rf ./liquet/dist && parcel build --no-source-maps -d liquet/dist ./src/js/index.js ./src/styles/index.styl"
},
"browserslist": [
"last 2 chrome versions",
"last 2 safari versions",
"last 2 firefox versions"
],
"dependencies": {
"@swup/preload-plugin": "1.0.x",
"jquery": "^3.4.1",

View File

@ -86,6 +86,10 @@
display: inline-block
font-size: 105%
figure
img
height: 100%
.links
& > div
transform rotate(180deg) scale(1)

2956
yarn.lock

File diff suppressed because it is too large Load Diff