blob: 83d92076c12db7a7a2f244b6382c05db7943dad9 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
  | 
//-------------//
//  Libraries  //
//-------------//
// Bootstrap
@import 'bootstrap-sass-official/_bootstrap-sprockets.scss'
@import 'bootstrap-sass-official'
// FontAwesome
@import 'font-awesome-sprockets'
@import 'font-awesome'
// Select2
@import 'select2'
@import 'select2-bootstrap'
// OL3
@import 'OpenLayers/ol'
 
  |