Table of Contents

CSS Test: @import url("styles.css")

If this text is green, the browser has applied the rule.

CSS applied to #test-span:


    <style type="text/css">
        @import url("styles.css");
    </style>

More Information:

http://w3development.de/css/hide_css_from_browsers/import/