WordPress / theme-experiments

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

TT1 Blocks: Don't use @import inside a css file #198

Closed overclokk closed 2 years ago

overclokk commented 3 years ago

https://github.com/WordPress/theme-experiments/blob/7da54cad8dfd0a5ea1726fc3745e94a9802d3892/tt1-blocks/style.css#L24

It should never be used @import inside a CSS file.

This creates two problems, one is a bad practice for performance reasons and another is that a junior developer may think it is a good practice and start write CSS like that.