GrapesJS / preset-webpage

GrapesJS Plugin Webpage Preset
http://grapesjs.com/demo.html
BSD 3-Clause "New" or "Revised" License
335 stars 291 forks source link

Where is the CSS within this project? #45

Closed Aiyush-G closed 2 years ago

Aiyush-G commented 4 years ago

On opening the example you can see the "Welcome to GrapeJS" box, the "welcome" to text has a welcome class. I can see that this is inherited from index.html put when I add a block it has a class e.g paragraph. Assigned to it, where does this come from?

I would like to include CSS within the canvas, however, when try this:

styles: [ 'https://stackpath.bootstrapcdn.com/bootstrap/4.5.0/css/bootstrap.min.css' ]

the canvas renders blank.

Kind Regards Aiyush