Blue Chicken - The Legend Of Zelda
본문 바로가기

개인공부

[css,vuetify] align

여기서는 이렇게 말했는데 그새 공식 문서가 바꼈나봄

나는 여기서 xl을 써서 회사에서는 중앙정렬되고 노트북에서는 안됐음

https://marshmello.tistory.com/50

 

[PWA] 뷰티파이 기초편

뷰티파이 (vuetify.js)는 뷰 자바스크립트 프레임워크에 구글의 공식 material design을 사용할 수 있는 컴포넌트 프레임워크입니다. 뷰 생태계에는 다양한 UI 프레임워크가 있지만, 뷰티파이를 적극 추

marshmello.tistory.com

여기에도 xs 이 없고

https://vuetifyjs.com/en/styles/text-and-typography/#typography

이 사람들도 xs는 안되고 text-center 쓰면 된다고 함

https://github.com/vuetifyjs/vuetify/issues/8758

 

[Bug Report] text-xs-center not working properly · Issue #8758 · vuetifyjs/vuetify

Environment Vuetify Version: 2.0.11 Vue Version: 2.6.9 Browsers: Chrome 76.0.3809.132 OS: Windows 10 Steps to reproduce The class text-xs-center is not working properly and the text-align:left is a...

github.com