Some checks failed
Build and Push Docker Image / build (push) Failing after 1m0s
12 lines
204 B
JavaScript
12 lines
204 B
JavaScript
module.exports = {
|
|
content: [
|
|
'./src/**/*.rs', // for Rust files containing HTML
|
|
'./index.html', // the main HTML file (if applicable)
|
|
],
|
|
theme: {
|
|
extend: {},
|
|
},
|
|
plugins: [],
|
|
};
|
|
|