Compare commits

..

No commits in common. "942381bcf2a61a5ee93fa5287e26ee163f924215" and "ae2c0c539e8561969ce316b9b4ac6b635de11f53" have entirely different histories.

6 changed files with 3 additions and 21 deletions

View File

@ -90,10 +90,6 @@ function carhop_enqueue_scripts()
wp_enqueue_style('swiper-css', 'https://cdn.jsdelivr.net/npm/swiper@11/swiper-bundle.min.css');
wp_enqueue_script('swiper-js', 'https://cdn.jsdelivr.net/npm/swiper@11/swiper-bundle.min.js', array(), null, true);
// Enqueue NOTYF CSS and JS
wp_enqueue_style('notyf-css', get_template_directory_uri() . '/resources/libs/notyf.min.css');
wp_enqueue_script('notyf-js', get_template_directory_uri() . '/resources/libs/notyf.min.js', array(), null, true);
wp_enqueue_script('gsap-js', 'https://cdn.jsdelivr.net/npm/gsap@3.13.0/dist/gsap.min.js', array(), false, true);
wp_enqueue_script('gsap-st', 'https://cdn.jsdelivr.net/npm/gsap@3.13.0/dist/ScrollTrigger.min.js', array('gsap-js'), false, true);
}

12
package-lock.json generated
View File

@ -9,7 +9,6 @@
"version": "3.0.0",
"license": "MIT",
"dependencies": {
"notyf": "^3.10.0",
"swiper": "^11.2.6"
},
"devDependencies": {
@ -1775,12 +1774,6 @@
"node": ">=0.10.0"
}
},
"node_modules/notyf": {
"version": "3.10.0",
"resolved": "https://registry.npmjs.org/notyf/-/notyf-3.10.0.tgz",
"integrity": "sha512-Mtnp+0qiZxgrH+TzVlzhWyZceHdAZ/UWK0/ju9U0HQeDpap1mZ8cC7H5wSI5mwgni6yeAjaxsTw0sbMK+aSuHw==",
"license": "MIT"
},
"node_modules/object-assign": {
"version": "4.1.1",
"resolved": "https://registry.npmjs.org/object-assign/-/object-assign-4.1.1.tgz",
@ -4645,11 +4638,6 @@
"integrity": "sha512-bdok/XvKII3nUpklnV6P2hxtMNrCboOjAcyBuQnWEhO665FwrSNRxU+AqpsyvO6LgGYPspN+lu5CLtw4jPRKNA==",
"dev": true
},
"notyf": {
"version": "3.10.0",
"resolved": "https://registry.npmjs.org/notyf/-/notyf-3.10.0.tgz",
"integrity": "sha512-Mtnp+0qiZxgrH+TzVlzhWyZceHdAZ/UWK0/ju9U0HQeDpap1mZ8cC7H5wSI5mwgni6yeAjaxsTw0sbMK+aSuHw=="
},
"object-assign": {
"version": "4.1.1",
"resolved": "https://registry.npmjs.org/object-assign/-/object-assign-4.1.1.tgz",

View File

@ -47,7 +47,6 @@
"tailwindcss": "^3.1.0"
},
"dependencies": {
"notyf": "^3.10.0",
"swiper": "^11.2.6"
}
}

View File

@ -2,7 +2,7 @@
body {
font-family: 'Nunito Sans', sans-serif;
@apply text-primary text-xl;
@apply text-primary;
}
h1,
@ -25,7 +25,7 @@ h2 {
p {
@apply font-light;
line-height: 1.8;
line-height: 1.6;
}
body.wp-admin h1:not(.editor-visual-editor h1),
@ -61,3 +61,4 @@ body.wp-admin h6:not(.editor-visual-editor h6) {
text-rendering: geometricPrecision;
font-weight: 100 !important;
}

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long