Remove all base styles (#2889)

This commit is contained in:
Ben Word
2021-12-13 13:08:37 -06:00
committed by GitHub
parent 7b5d7a9bce
commit 44c09a6212
6 changed files with 1 additions and 43 deletions

View File

@@ -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",

View File

@@ -1,6 +1,3 @@
@import 'tailwindcss/base';
@import 'common/global';
@import 'tailwindcss/components';
@import 'tailwindcss/utilities';

View File

@@ -1,7 +0,0 @@
body {
@apply font-sans;
}
.brand {
@apply text-3xl font-medium text-indigo-500;
}

View File

@@ -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;
}
}

View File

@@ -12,5 +12,5 @@ module.exports = {
variants: {
extend: {},
},
plugins: [require('@tailwindcss/typography')],
plugins: [],
};

View File

@@ -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"