mirror of
https://github.com/block/goose.git
synced 2026-04-28 03:29:36 +00:00
Docs: Revamp extensions site (#1260)
Co-authored-by: Nahiyan Khan <nahiyan@squareup.com>
This commit is contained in:
parent
eb9b7fa5ee
commit
bf760fd630
56 changed files with 2019 additions and 1029 deletions
8
documentation/postcss.config.js
Normal file
8
documentation/postcss.config.js
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
module.exports = {
|
||||
plugins: {
|
||||
'postcss-import': {},
|
||||
'tailwindcss/nesting': {},
|
||||
'tailwindcss': {},
|
||||
'autoprefixer': {},
|
||||
},
|
||||
};
|
||||
Loading…
Add table
Add a link
Reference in a new issue