I have a few questions regarding Gutenberg as I am new to block development….
​
1. I have a client that requested to make a site using Gutenberg Blocks. I work for an agency so the design is already in place from one of our designers. Typically when you make a custom site do you still use the core blocks and override their styling? Or do you make custom blocks for everything?
​
2. Is there an easier way to override the default Gutenberg styles? It seems like I have to do a lot of work and duplicate my CSS a lot to override styles in the editor as well as on the front end
​
3. Is there a way to use bootstrap components (bootstrap.js like the accordion or slider) with the u/wordpress/create-block and JSX method of building Gutenberg blocks?
​
4. I’ve been using this as a base for my clients custom blocks plug-in, and I was wondering if anyone knows how to add JavaScript files for each block? [https://github.com/wpbros/Gutenberg-Block-Development/tree/ep.3])
​
Thanks in advance 🙂
[ad_2]