mirror of
https://github.com/cupcakearmy/liquet.git
synced 2024-10-31 23:54:12 +01:00
update deps, fixed images and version bump
This commit is contained in:
parent
8a7393b593
commit
331d47c9e9
@ -2,7 +2,7 @@
|
|||||||
Theme Name: Liquet
|
Theme Name: Liquet
|
||||||
Author: Niccolo Borgioli
|
Author: Niccolo Borgioli
|
||||||
Description: Minimalistic clean theme
|
Description: Minimalistic clean theme
|
||||||
Version: 0.15
|
Version: 0.16
|
||||||
License: MIT
|
License: MIT
|
||||||
Tags: minimal, simple, typography, clean
|
Tags: minimal, simple, typography, clean
|
||||||
Author URI: https://nicco.io
|
Author URI: https://nicco.io
|
||||||
|
@ -4,6 +4,11 @@
|
|||||||
"dev": "parcel watch --no-hmr --no-source-maps -d liquet/dist ./src/js/index.js ./src/styles/index.styl",
|
"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"
|
"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": {
|
"dependencies": {
|
||||||
"@swup/preload-plugin": "1.0.x",
|
"@swup/preload-plugin": "1.0.x",
|
||||||
"jquery": "^3.4.1",
|
"jquery": "^3.4.1",
|
||||||
|
@ -86,6 +86,10 @@
|
|||||||
display: inline-block
|
display: inline-block
|
||||||
font-size: 105%
|
font-size: 105%
|
||||||
|
|
||||||
|
figure
|
||||||
|
img
|
||||||
|
height: 100%
|
||||||
|
|
||||||
.links
|
.links
|
||||||
& > div
|
& > div
|
||||||
transform rotate(180deg) scale(1)
|
transform rotate(180deg) scale(1)
|
||||||
|
Loading…
Reference in New Issue
Block a user