mirror of https://github.com/theNewDynamic/gohugo-theme-ananke.git

Bud Parr
15.58.2017 2dfd95729613ce84d54a3a3ddcfff8b832186213
1
2
3
4
5
6
7
8
9
10
11
12
13
14
import styles from './../css/main.css';
 
 
// NOTE: TO use Jquery, just call the modules you want
// var $ = require('jquery/src/core');
// require('jquery/src/core/init');
// require('jquery/src/manipulation');
 
// OR, use all of them
// var $ = require('jquery/src/jquery');
 
// And write your code
// $('body').append('<p>Jquery is working</p>');
//