Skip to content

Commit 513f4cf

Browse files
Tom Zellmantzellman
Tom Zellman
authored andcommitted
chore: update dependencies to latest semver
1 parent 65097b7 commit 513f4cf

File tree

4 files changed

+25927
-37469
lines changed

4 files changed

+25927
-37469
lines changed

config/tailwind.js

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
module.exports = {
2+
content: ['./tests/**/*.{hbs,js}']
3+
};

ember-cli-build.js

+2-1
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,9 @@ module.exports = function (defaults) {
66
let app = new EmberAddon(defaults, {
77
postcssOptions: {
88
compile: {
9+
cacheInclude: [/.*\.(css|scss|hbs)$/, /.tailwind\.js$/],
910
enabled: true,
10-
plugins: [require('tailwindcss')(), require('autoprefixer')]
11+
plugins: [require('tailwindcss')('./config/tailwind.js'), require('autoprefixer')]
1112
}
1213
}
1314
});

0 commit comments

Comments
 (0)