diff --git a/package.json b/package.json index af0a750..049af27 100644 --- a/package.json +++ b/package.json @@ -24,7 +24,6 @@ "devDependencies": { "@roots/bud": "5.0.0-next.18", "@roots/sage": "5.0.0-next.18", - "@tailwindcss/typography": "^0.5.0", "@wordpress/browserslist-config": "4.1.0", "autoprefixer": "^10.4.0", "eslint": "7.32.0", diff --git a/resources/styles/app.css b/resources/styles/app.css index 92ec349..a31e444 100644 --- a/resources/styles/app.css +++ b/resources/styles/app.css @@ -1,6 +1,3 @@ @import 'tailwindcss/base'; - -@import 'common/global'; - @import 'tailwindcss/components'; @import 'tailwindcss/utilities'; diff --git a/resources/styles/common/global.css b/resources/styles/common/global.css deleted file mode 100644 index 76af427..0000000 --- a/resources/styles/common/global.css +++ /dev/null @@ -1,7 +0,0 @@ -body { - @apply font-sans; -} - -.brand { - @apply text-3xl font-medium text-indigo-500; -} diff --git a/resources/styles/editor.css b/resources/styles/editor.css index 65caa5d..e69de29 100644 --- a/resources/styles/editor.css +++ b/resources/styles/editor.css @@ -1,11 +0,0 @@ -.block-editor-block-list__layout { - @apply font-sans; -} - -.wp-block { - @apply max-w-screen-md; - - &.editor-post-title__block .editor-post-title__input { - @apply font-sans; - } -} diff --git a/tailwind.config.js b/tailwind.config.js index 1060e64..b4cd619 100644 --- a/tailwind.config.js +++ b/tailwind.config.js @@ -12,5 +12,5 @@ module.exports = { variants: { extend: {}, }, - plugins: [require('@tailwindcss/typography')], + plugins: [], }; diff --git a/yarn.lock b/yarn.lock index 4ac3a83..0d1353b 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1443,16 +1443,6 @@ autobind-decorator "^2.4.0" tslib "^2.3.1" -"@tailwindcss/typography@^0.5.0": - version "0.5.0" - resolved "https://registry.yarnpkg.com/@tailwindcss/typography/-/typography-0.5.0.tgz#47886ec46ac41e1211d24fea05301046d9b30906" - integrity sha512-1p/3C6C+JJziS/ghtG8ACYalbA2SyLJY27Pm33cVTlAoY6VQ7zfm2H64cPxUMBkVIlWXTtWHhZcZJPobMRmQAA== - dependencies: - lodash.castarray "^4.4.0" - lodash.isplainobject "^4.0.6" - lodash.merge "^4.6.2" - lodash.uniq "^4.5.0" - "@trysound/sax@0.2.0": version "0.2.0" resolved "https://registry.yarnpkg.com/@trysound/sax/-/sax-0.2.0.tgz#cccaab758af56761eb7bf37af6f03f326dd798ad" @@ -4472,11 +4462,6 @@ locate-path@^6.0.0: dependencies: p-locate "^5.0.0" -lodash.castarray@^4.4.0: - version "4.4.0" - resolved "https://registry.yarnpkg.com/lodash.castarray/-/lodash.castarray-4.4.0.tgz#c02513515e309daddd4c24c60cfddcf5976d9115" - integrity sha1-wCUTUV4wna3dTCTGDP3c9ZdtkRU= - lodash.debounce@4.0.8, lodash.debounce@^4.0.8: version "4.0.8" resolved "https://registry.yarnpkg.com/lodash.debounce/-/lodash.debounce-4.0.8.tgz#82d79bff30a67c4005ffd5e2515300ad9ca4d7af" @@ -4487,11 +4472,6 @@ lodash.delay@4.1.1: resolved "https://registry.yarnpkg.com/lodash.delay/-/lodash.delay-4.1.1.tgz#8a3b424988252ab912356d8e3ce93eb172d9f231" integrity sha1-ijtCSYglKrkSNW2OPOk+sXLZ8jE= -lodash.isplainobject@^4.0.6: - version "4.0.6" - resolved "https://registry.yarnpkg.com/lodash.isplainobject/-/lodash.isplainobject-4.0.6.tgz#7c526a52d89b45c45cc690b88163be0497f550cb" - integrity sha1-fFJqUtibRcRcxpC4gWO+BJf1UMs= - lodash.memoize@4.1.2, lodash.memoize@^4.1.2: version "4.1.2" resolved "https://registry.yarnpkg.com/lodash.memoize/-/lodash.memoize-4.1.2.tgz#bcc6c49a42a2840ed997f323eada5ecd182e0bfe"