comparison app/javascript/src/main.coffee @ 469:68231013b01b bootstrap-4

Now with more bootstrap than ever
author nanaya <me@nanaya.pro>
date Sun, 23 Feb 2020 22:25:50 +0900
parents 802dcd44188e
children 46ed68bf9918
comparison
equal deleted inserted replaced
468:802dcd44188e 469:68231013b01b
1 import 'bootstrap/js/transition' 1 import 'bootstrap'
2 import 'bootstrap/js/collapse'
3 import 'bootstrap/js/modal'
4 import 'bootstrap/js/tab'
5 import hljs from 'highlight.js' 2 import hljs from 'highlight.js'
6 import * as commonmark from 'commonmark' 3 import * as commonmark from 'commonmark'
7 4
8 #= require jquery 5 #= require jquery
9 #= require bootstrap/transition 6 #= require bootstrap/transition