Skip to content

Commit

Permalink
feat(tailwindcss): Update to Tailwind 1.5.2 + typography plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
anibalsanchez committed Jul 24, 2020
1 parent cdd60d1 commit 916bd0b
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 8 deletions.
18 changes: 12 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "xt-tailwindcss-starter",
"version": "3.4.0",
"version": "3.5.2",
"description": "A Tailwind CSS Starter. Based on Tailwind CSS, Webpack, PostCSS, cssnano and purgecss. Fully optimized for top performance.",
"scripts": {
"dev": "cross-env NODE_ENV=development webpack-dev-server",
Expand All @@ -18,27 +18,33 @@
"devDependencies": {
"@fullhuman/postcss-purgecss": "^2.2.0",
"@tailwindcss/custom-forms": "^0.2.1",
"@tailwindcss/typography": "^0.2.0",
"@tailwindcss/ui": "^0.3.0",
"babel-eslint": "^10.1.0",
"browser-sync": "^2.26.10",
"browser-sync-webpack-plugin": "^2.2.2",
"browser-sync": "^2.26.7",
"cross-env": "^7.0",
"css-loader": "^3.5.3",
"cssnano-preset-advanced": "^4.0.7",
"cssnano": "^4.1.10",
"cssnano-preset-advanced": "^4.0.7",
"eslint": "^7.5.0",
"eslint-config-airbnb-base": "^14.2.0",
"eslint-plugin-import": "^2.22.0",
"eslint-plugin-vue": "^6.2.2",
"filemanager-webpack-plugin": "^2.0.5",
"glob": "^7.1.6",
"html-webpack-plugin": "^4.3.0",
"mini-css-extract-plugin": "^0.9.0",
"postcss": "^7.0.29",
"postcss-clean": "^1.1.0",
"postcss-import": "^12.0.1",
"postcss-loader": "^3.0.0",
"postcss-nested": "^4.2.1",
"postcss": "^7.0.29",
"style-loader": "^1.2.1",
"tailwindcss": "^1.4.6",
"webpack": "^4.43.0",
"webpack-cli": "^3.3.11",
"webpack-copy-on-build-plugin": "^1.0.4",
"webpack-dev-server": "^3.11.0",
"webpack": "^4.43.0"
"webpack-dev-server": "^3.11.0"
}
}
2 changes: 2 additions & 0 deletions src/components.css
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,8 @@
}

.blog-block {
@apply prose;

.items-leading {
@apply pb-16;
}
Expand Down
4 changes: 2 additions & 2 deletions tailwind.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ module.exports = {
plugins: [
require('@tailwindcss/ui')({
layout: 'sidebar',
})
}),
require('@tailwindcss/typography')
],
}

0 comments on commit 916bd0b

Please sign in to comment.