diff --git a/package.json b/package.json index a49dd9f..80d97ac 100644 --- a/package.json +++ b/package.json @@ -12,7 +12,8 @@ }, "files": [ "tarotcard.css", - "tarotcard-deal.css" + "tarotcard-deal.css", + "tarotcard-flip.css" ], "keywords": [ "css", diff --git a/tarotcard-flip.css b/tarotcard-flip.css new file mode 100644 index 0000000..e69de29 diff --git a/test/index.html b/test/index.html index 422426b..22e4bee 100644 --- a/test/index.html +++ b/test/index.html @@ -27,6 +27,7 @@ +
diff --git a/test/styles/tarotcard-flip.css b/test/styles/tarotcard-flip.css new file mode 120000 index 0000000..eff571e --- /dev/null +++ b/test/styles/tarotcard-flip.css @@ -0,0 +1 @@ +../../tarotcard-flip.css \ No newline at end of file