This website requires JavaScript.
Explore
Help
Sign In
Steve-Dee-Designs
/
woocommerce
mirror of
https://github.com/woocommerce/woocommerce.git
Watch
1
Star
0
Fork
You've already forked woocommerce
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
4ae80bc5d2
woocommerce
/
plugins
/
woocommerce-blocks
/
postcss.config.js
4 lines
90 B
JavaScript
Raw
Normal View
History
Unescape
Escape
Update build process (https://github.com/woocommerce/woocommerce-blocks/pull/122) * Add api-fetch dependency * Remove compiled files from the repo * Update build process, remove grunt * Import CSS into block, as we now extract CSS via webpack to build * Update enqueue scripts to reflect new build locations * Detect if build files don’t exist, and instruct users to build project * Update readme with build instructions * Clarify where to run npm commands in info notice * Only enqueue our JS files if we know they exist * Clarify version compatibility between WC and WP 5.0
2018-11-13 19:12:32 +00:00
module
.
exports
=
{
Product preview: Update "Add to cart" button to inherit theme's button styles (https://github.com/woocommerce/woocommerce-blocks/pull/223) * Remove button styling & add classes to inherit style from core button * Update to CSS grid * Prevent warnings when running autoprefixer * Update spacing in preview * Update snapshots to reflect button markup change * Switch to flexbox for IE 11 support * Remove CSS grid autoprefixer support * Fix spacing on preview items * Fix stylelint issue * Remove unnecessary rule
2018-12-13 17:19:06 +00:00
plugins
:
[
require
(
'autoprefixer'
)
(
{
browsers
:
[
'>1%'
]
}
)
]
,
}
;