15 lines
310 B
Plaintext
Executable File
15 lines
310 B
Plaintext
Executable File
|
|
/* Bootstrap */
|
|
@import "bootstrap/bootstrap.less";
|
|
|
|
// Magnifying glass
|
|
@import "plugins/bootstrap-magnify/bootstrap-magnify.less";
|
|
|
|
/* FontAwesome */
|
|
@import "fontawesome/font-awesome.less";
|
|
|
|
/* Thelia */
|
|
@import "thelia/import.less";
|
|
|
|
/* Theme */
|
|
@import "../themes/default/less/import.less"; |