Recently, I made the decision to divide a lengthy CSS file into smaller files and organized them within a directory named styles
.
As a result of this change, I now need to adjust the URLs to point up one level using the ../
notation.
Is there a method to define a base URL for loading assets in CSS similar to the base tag used in HTML?