📦 update: 6.6.8
This commit is contained in:
@@ -8,7 +8,7 @@
|
||||
"@scripts/*": ["scripts/*"],
|
||||
"@styles/*": ["styles/*"]
|
||||
},
|
||||
"types": ["@roots/bud-tailwindcss"]
|
||||
"types": ["@roots/bud", "@roots/sage", "@roots/bud-tailwindcss"]
|
||||
},
|
||||
"include": ["bud.config.js", "resources"],
|
||||
"exclude": ["node_modules", "public"]
|
||||
|
||||
@@ -19,8 +19,8 @@
|
||||
"translate:mo": "wp i18n make-mo ./resources/lang ./resources/lang"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@roots/bud": "6.6.6",
|
||||
"@roots/bud-tailwindcss": "6.6.6",
|
||||
"@roots/sage": "6.6.6"
|
||||
"@roots/bud": "6.6.8",
|
||||
"@roots/bud-tailwindcss": "6.6.8",
|
||||
"@roots/sage": "6.6.8"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
import { domReady } from '@roots/sage/client';
|
||||
import domReady from '@roots/sage/client/dom-ready';
|
||||
|
||||
/**
|
||||
* Application entrypoint
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
import { domReady } from '@roots/sage/client';
|
||||
import domReady from '@roots/sage/client/dom-ready';
|
||||
import { registerBlockStyle, unregisterBlockStyle } from '@wordpress/blocks';
|
||||
|
||||
/**
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
// https://tailwindcss.com/docs/configuration
|
||||
module.exports = {
|
||||
content: ["./index.php", "./app/**/*.php", "./resources/**/*.{php,vue,js}"],
|
||||
content: ['./index.php', './app/**/*.php', './resources/**/*.{php,vue,js}'],
|
||||
theme: {
|
||||
extend: {
|
||||
colors: {}, // Extend Tailwind's default colors
|
||||
|
||||
20
theme.json
20
theme.json
@@ -5,9 +5,12 @@
|
||||
"settings": {
|
||||
"color": {
|
||||
"custom": false,
|
||||
"customDuotone": false,
|
||||
"customGradient": false,
|
||||
"defaultPalette": false,
|
||||
"defaultDuotone": false,
|
||||
"defaultGradients": false,
|
||||
"defaultPalette": false,
|
||||
"duotone": [],
|
||||
"palette": [
|
||||
{
|
||||
"name": "Inherit",
|
||||
@@ -1145,30 +1148,23 @@
|
||||
},
|
||||
"spacing": {
|
||||
"padding": true,
|
||||
"units": [
|
||||
"px",
|
||||
"%",
|
||||
"em",
|
||||
"rem",
|
||||
"vw",
|
||||
"vh"
|
||||
]
|
||||
"units": ["px", "%", "em", "rem", "vw", "vh"]
|
||||
},
|
||||
"typography": {
|
||||
"customFontSize": false,
|
||||
"fontFamilies": [
|
||||
{
|
||||
"name": "ui-sans-serif",
|
||||
"name": "Ui-sans-serif",
|
||||
"slug": "sans",
|
||||
"fontFamily": "ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,\"Segoe UI\",Roboto,\"Helvetica Neue\",Arial,\"Noto Sans\",sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\",\"Segoe UI Symbol\",\"Noto Color Emoji\""
|
||||
},
|
||||
{
|
||||
"name": "ui-serif",
|
||||
"name": "Ui-serif",
|
||||
"slug": "serif",
|
||||
"fontFamily": "ui-serif,Georgia,Cambria,\"Times New Roman\",Times,serif"
|
||||
},
|
||||
{
|
||||
"name": "ui-monospace",
|
||||
"name": "Ui-monospace",
|
||||
"slug": "mono",
|
||||
"fontFamily": "ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,\"Liberation Mono\",\"Courier New\",monospace"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user