WordPress / theme-experiments

Experimenting with themes made out of blocks.
GNU General Public License v2.0
546 stars 179 forks source link

TT1 Blocks: Enqueue stylesheets instead of using @import #285

Closed kjellr closed 2 years ago

kjellr commented 2 years ago

Fixes #198

This PR enqueues the theme's additional stylesheets (blocks.css and style-shared.css) rather than importing them. This is generally a better practice.