mirror of
https://github.com/cupcakearmy/liquet.git
synced 2024-10-31 15:44:14 +01:00
update deps, fixed images and version bump
This commit is contained in:
parent
8a7393b593
commit
331d47c9e9
@ -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
|
||||
*/
|
||||
*/
|
||||
|
@ -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",
|
||||
|
@ -86,6 +86,10 @@
|
||||
display: inline-block
|
||||
font-size: 105%
|
||||
|
||||
figure
|
||||
img
|
||||
height: 100%
|
||||
|
||||
.links
|
||||
& > div
|
||||
transform rotate(180deg) scale(1)
|
||||
|
Loading…
Reference in New Issue
Block a user