commonltr.scss 480 B

1234567891011121314151617181920
  1. /*!
  2. * This file is part of the DITA Open Toolkit project. See the accompanying LICENSE.md file for applicable licenses.
  3. */
  4. /*
  5. | (c) Copyright IBM Corp. 2004, 2005 All Rights Reserved.
  6. */
  7. // Import variables first to ensure they are available to subsequent partials
  8. @import 'variables';
  9. @import 'domains';
  10. @import 'display-attr';
  11. @import 'figures';
  12. @import 'headings';
  13. @import 'links';
  14. @import 'lists';
  15. @import 'notes';
  16. @import 'phrases';
  17. @import 'tables';
  18. @import 'topic';