cssom_test_import_1.css 262 B

1234567891011
  1. /*
  2. * Copyright 2010 The Closure Library Authors. All Rights Reserved.
  3. *
  4. * Use of this source code is governed by the Apache License, Version 2.0.
  5. * See the COPYING file for details.
  6. */
  7. @import "cssom_test_import_2.css";
  8. .css-import-1 {
  9. display: block;
  10. }