chore: remove some outdated docs (#6845)

This commit is contained in:
iamkun 2022-03-29 15:17:03 +08:00 committed by GitHub
parent f576d5a57b
commit a8fcdcaeee
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -160,7 +160,7 @@ export default defineConfig({
// ElementPlusResolver({
// importStyle: "sass",
// // directives: true,
// // version: "1.2.0-beta.1",
// // version: "2.1.5",
// }),
// ],
// }),
@ -202,7 +202,7 @@ CSS Variables is a very useful feature, already supported by almost all browsers
> Learn more from [Using CSS custom properties (variables) | MDN](https://developer.mozilla.org/en-US/docs/Web/CSS/Using_CSS_custom_properties)
We have used css variables to reconstruct the style system of almost all components. (Since `1.0.2-beta-70` [#2242](https://github.com/element-plus/element-plus/issues/2242))
We have used css variables to reconstruct the style system of almost all components.
::: tip