Scott Coates

Results 13 comments of Scott Coates

Oh you gotta be kidding me. I just spent several hours today moving from a different, relatively well known flux library to flummox only to come across this :stuck_out_tongue_closed_eyes: Should...

Click this button ![image](https://user-images.githubusercontent.com/1829591/68666861-4db8f400-050a-11ea-8106-8a6d8ec68909.png) Or run: ```javascript var pn = editor.Panels; pn.getButton('options', 'sw-visibility').set('active', 1); ```

``` var editor = grapesjs.init({ container: '#gjs', height: '100%', styleManager: { clearProperties: true, } }); ```

I've made a repo at https://github.com/scottccoates/nextjs-12-css-test. To reproduce: 1. `cd next-10` 2. `npm run dev` 3. Observe the sparkly font 4. Stop the process 5. `cd ../next-12` 6. `npm run...

Per #30567: > Loading the font with next dev works but not with next build (next start). I can confirm that importing fonts works in dev but not with next...

@zackdotcomputer We somehow hit the daily limit for deploys on vercel. I will have to wait but I'll get back to you asap.

@zackdotcomputer I just realized I can run `next build` to view what the bundled css files will look like in production (it will be named something like `.next/static/css/5a1c6eae982d3adb11d2.css`). After installing...

Update on previous comment: I was importing bootstrap first in my `_app.js` file, that was causing my issue: ```js import 'bootstrap/dist/css/bootstrap.min.css'; import '../styles/global.scss'; ``` If i switch the import order,...

@shodge12 Thanks for the suggestion: > Changing the init to turn off 'Auto Init' and instead using a 'Initialize' node and using a input node to send packets every 6...