First commit of os-league-tools-master
This commit is contained in:
9
os-league-tools-master/postcss.config.js
Normal file
9
os-league-tools-master/postcss.config.js
Normal file
@@ -0,0 +1,9 @@
|
||||
module.exports = {
|
||||
plugins: {
|
||||
'postcss-import-url': {
|
||||
modernBrowser: true,
|
||||
},
|
||||
tailwindcss: {},
|
||||
autoprefixer: {},
|
||||
},
|
||||
};
|
||||
Reference in New Issue
Block a user