Skip to content

Commit fae88ee

Browse files
committedApr 3, 2024
release: @nativescript/tailwind 2.1.0
1 parent 9cd5a68 commit fae88ee

File tree

3 files changed

+478
-306
lines changed

3 files changed

+478
-306
lines changed
 

‎nativescript.webpack.js

+1-3
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,7 @@ module.exports = (webpack) => {
99
}
1010

1111
const addPostCSSPlugins = (options = {}) => {
12-
const { merge } = require("webpack-merge");
13-
14-
return merge(options, {
12+
return webpack.merge(options, {
1513
postcssOptions: {
1614
plugins: ["tailwindcss", "@nativescript/tailwind", "@csstools/postcss-is-pseudo-class"],
1715
},

‎package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nativescript/tailwind",
3-
"version": "2.1.0-rc.2",
3+
"version": "2.1.0",
44
"description": "TailwindCSS for NativeScript",
55
"main": "src/index.js",
66
"files": [

‎yarn.lock

+476-302
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)
Please sign in to comment.