mirror of
https://github.com/trezor/trezor-suite.git
synced 2026-03-04 22:45:29 +01:00
* refactor(connect-explorer): for nextra-theme-docs to our repo * fix(connect-explorer): CI errors * fix(connect-explorer): Lint * chore(connect-explorer): Update styled components * chore(connect-explorer-theme): remove TS build step --------- Co-authored-by: Tomas Martykan <t.martykan@gmail.com>
12 lines
253 B
JavaScript
12 lines
253 B
JavaScript
/** @type {import('postcss').Postcss} */
|
|
module.exports = {
|
|
plugins: {
|
|
'postcss-import': {},
|
|
'tailwindcss/nesting': {},
|
|
tailwindcss: {},
|
|
'postcss-lightningcss': {
|
|
browsers: '>= .25%',
|
|
},
|
|
},
|
|
};
|