regroup typography related partials

pull/2711/head
Florian Kraft 10 years ago
parent 1de038b307
commit d63febcf09
  1. 3
      app/assets/stylesheets/_typography.md
  2. 30
      app/assets/stylesheets/_typography.sass
  3. 4
      app/assets/stylesheets/default.css.sass

@ -0,0 +1,30 @@
/*-- copyright
* OpenProject is a project management system.
* Copyright (C) 2012-2013 the OpenProject Foundation (OPF)
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License version 3.
*
* OpenProject is a fork of ChiliProject, which is a fork of Redmine. The copyright follows:
* Copyright (C) 2006-2013 Jean-Philippe Lang
* Copyright (C) 2010-2013 the ChiliProject Team
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
* as published by the Free Software Foundation; either version 2
* of the License, or (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program; if not, write to the Free Software
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*
* See doc/COPYRIGHT.rdoc for more details. ++
*/
@import fonts/lato
@import fonts/openproject_icon_font
@import content/headings

@ -37,8 +37,7 @@
@import foundation @import foundation
@import settings @import settings
@import fonts/lato @import typography
@import fonts/openproject_icon_font
@import layout/all @import layout/all
@import content/accounts @import content/accounts
@ -78,7 +77,6 @@
@import content/tables @import content/tables
@import content/tabular @import content/tabular
@import content/headings
@import content/timelines @import content/timelines
@import content/user_avatars @import content/user_avatars
@import content/preview @import content/preview

Loading…
Cancel
Save