diff --git a/.gitignore b/.gitignore index 040b84c..ed230de 100644 --- a/.gitignore +++ b/.gitignore @@ -37,7 +37,9 @@ jspm_packages .node_repl_history build +dist .eslintcache node_modules +.cache diff --git a/.postcssrc b/.postcssrc new file mode 100644 index 0000000..050061e --- /dev/null +++ b/.postcssrc @@ -0,0 +1,3 @@ +{ + "modules": true +} diff --git a/index.html b/index.html index 4eace91..8925a37 100644 --- a/index.html +++ b/index.html @@ -4,18 +4,18 @@