I'm looking for a straightforward solution to a specific issue. Is it possible to import individual CSS rules rather than an entire stylesheet into another one?
For instance, I only need the styles for p, blockquote, #main, and .red
in one stylesheet, without importing any other rules such as basic OOP. Is there a way to accomplish this?