mirror of https://github.com/4xmen/xshop.git
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
16 lines
463 B
SCSS
16 lines
463 B
SCSS
1 year ago
|
//bootstrap
|
||
|
@import "bootstrap/dist/css/bootstrap.rtl.min.css";
|
||
|
//fontawesome
|
||
|
@import "@fortawesome/fontawesome-free/css/all.min.css";
|
||
|
//vazirmatn
|
||
|
@import "vazirmatn/Vazirmatn-font-face.css";
|
||
|
@import "vazirmatn/Vazirmatn-Variable-font-face.css";
|
||
|
//owl carousel
|
||
|
@import "owl.carousel/dist/assets/owl.carousel.min.css";
|
||
|
@import "owl.carousel/dist/assets/owl.theme.default.min.css";
|
||
|
//xzoom
|
||
|
@import "xzoom/dist/xzoom.min.css";
|
||
|
|
||
|
// laravel
|
||
|
@import "../../sass/card";
|