Skip to content

Commit

Permalink
Minor prep for new tag
Browse files Browse the repository at this point in the history
  • Loading branch information
marcamos committed Sep 16, 2020
1 parent 100178b commit 83eb7c1
Show file tree
Hide file tree
Showing 3 changed files with 106 additions and 6 deletions.
109 changes: 105 additions & 4 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "jet",
"version": "1.1.0",
"version": "1.2.1",
"description": "It's (j)ust (e)leventy and (t)ailwind … OK, and a few other things; it's still *really* small though.",
"scripts": {
"clean": "rm -rf public src/css/styles.css",
Expand Down
1 change: 0 additions & 1 deletion postcss.config.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
const tailwindcss = require('tailwindcss');
const cssnano = require('cssnano');
const autoprefixer = require('autoprefixer');

const plugins = [tailwindcss(), autoprefixer(), cssnano()];

module.exports = {
Expand Down

0 comments on commit 83eb7c1

Please sign in to comment.