commonltr.scss 459 B

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