UNPKG

vuesax3

Version:

Framework Components for Vue 3

26 lines (18 loc) 334 B
* { margin: 0px; padding: 0px; box-sizing: border-box; /* list-style: none; */ outline: none; text-transform: none; text-decoration: none; } .vuesax-app-is-rtl direction: rtl; .vuesax-app-is-ltr direction: ltr; @import './colors' @import './mixins' @import './vars' @import './root' @import './components/**'