Skip to content

Commit

Permalink
Update to Tailwind CSS v1.0.0-beta.1, bonus prism
Browse files Browse the repository at this point in the history
  • Loading branch information
anibalsanchez committed Mar 29, 2019
1 parent 0e11603 commit 91f9fe4
Show file tree
Hide file tree
Showing 22 changed files with 23,635 additions and 1,001 deletions.
2 changes: 1 addition & 1 deletion .env
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ EXTENSION_DESC=XT Tailwind - My Blog template, based on Tailwind CSS.
EXTENSION_CDN=http://cdn.extly.com
TRANSLATION_KEY=XTTAILWIND

RELEASE_VERSION=1.1.0
RELEASE_VERSION=2.0.0

LICENSE=GNU General Public License version 3 or later; see LICENSE.txt
LICENSE_CODE=GNU/GPLv3 www.gnu.org/licenses/gpl-3.0.html
Expand Down
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,10 @@ After that you will have a ready to deploy bundle at `/dist`

## Changelog

### 2.0.0

- Update to Tailwind CSS v1.0.0-beta.1

### 1.0.0

- Initial version
Expand Down
3 changes: 3 additions & 0 deletions build/build.sh
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
#!/bin/sh

cat template/dist/styles.css > template/css/template.css
cat template/src/prism.min.css >> template/css/template.css

npm run build
2 changes: 1 addition & 1 deletion build/templates/template/templateDetails.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<filename>offline.php</filename>
<filename>package.json</filename>
<filename>postcss.config.js</filename>
<filename>tailwind.js</filename>
<filename>tailwind.config.js</filename>
<filename>template_preview.png</filename>
<filename>template_thumbnail.png</filename>
<filename>templateDetails.xml</filename>
Expand Down
Loading

0 comments on commit 91f9fe4

Please sign in to comment.