style fixes

This commit is contained in:
2024-05-03 12:18:24 -04:00
parent 3d9ef61176
commit 6f06b603d4
4 changed files with 16 additions and 498 deletions
+1 -486
View File
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
+4 -3
View File
@@ -10,9 +10,10 @@
"wp-start": "wp-scripts start --webpack-no-externals --output-path=assets/js", "wp-start": "wp-scripts start --webpack-no-externals --output-path=assets/js",
"tailwind-watch": "npx tailwindcss -i ./src/styles/vendors/tailwind/_source.scss -o ./src/styles/vendors/tailwind/_tailwind.scss --watch", "tailwind-watch": "npx tailwindcss -i ./src/styles/vendors/tailwind/_source.scss -o ./src/styles/vendors/tailwind/_tailwind.scss --watch",
"tailwind-build": "npx tailwindcss -i ./src/styles/vendors/tailwind/_source.scss -o ../src/styles/vendors/tailwind/_tailwind.scss --minify", "tailwind-build": "npx tailwindcss -i ./src/styles/vendors/tailwind/_source.scss -o ../src/styles/vendors/tailwind/_tailwind.scss --minify",
"sass": "npx sass --watch --no-source-map ./src/styles/styles.scss:./assets/css/styles.css", "sass-dev": "npx sass --watch --no-source-map ./src/styles/styles.scss:./assets/css/styles.css",
"dev": "npm-run-all --parallel wp-start tailwind-watch sass sync", "sass-prod": "npx sass --no-source-map ./src/styles/styles.scss:./assets/css/styles.css",
"prod": "npm-run-all --sequential tailwind-build sass wp-build", "dev": "npm-run-all --parallel wp-start tailwind-watch sass-dev sync",
"prod": "npm-run-all --sequential tailwind-build sass-prod wp-build",
"test": "echo \"Error: no test specified\" && exit 1" "test": "echo \"Error: no test specified\" && exit 1"
}, },
"keywords": [], "keywords": [],
+11 -8
View File
@@ -1,11 +1,14 @@
/* /*
Plugin Name: Theme Starter Theme Name: Theme Starter
Description: A WordPress Stater theme for developing complex UIs. Theme URI: https://thecreatorpriz.com
Version: 1.0
Author: Prospect Ogujiuba Author: Prospect Ogujiuba
Author URI: https://www.mediagrowthpartner.com Author URI: https://thecreatpriz.com/
Description: A starter theme for creating complex UIs
Version: 1.0
Requires at least: 5.9
Tested up to: 6.4.1
Requires PHP: 7.2
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: themestarter
*/ */
#toplevel_page_gf_edit_forms > a > div.wp-menu-name > span.update-plugins {
display: none !important;
}