UNPKG

vuesax

Version:

Framework Components for Vue js

26 lines (18 loc) 359 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/**'