From d63febcf09f157c91411eaf065d4d3fb4af1b51b Mon Sep 17 00:00:00 2001 From: Florian Kraft Date: Wed, 18 Mar 2015 12:03:43 +0100 Subject: [PATCH] regroup typography related partials --- app/assets/stylesheets/_typography.md | 3 +++ app/assets/stylesheets/_typography.sass | 30 +++++++++++++++++++++++++ app/assets/stylesheets/default.css.sass | 4 +--- 3 files changed, 34 insertions(+), 3 deletions(-) create mode 100644 app/assets/stylesheets/_typography.md create mode 100644 app/assets/stylesheets/_typography.sass diff --git a/app/assets/stylesheets/_typography.md b/app/assets/stylesheets/_typography.md new file mode 100644 index 0000000000..2350382f7c --- /dev/null +++ b/app/assets/stylesheets/_typography.md @@ -0,0 +1,3 @@ +# Typography + +Foo. diff --git a/app/assets/stylesheets/_typography.sass b/app/assets/stylesheets/_typography.sass new file mode 100644 index 0000000000..45cd4e9b44 --- /dev/null +++ b/app/assets/stylesheets/_typography.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 diff --git a/app/assets/stylesheets/default.css.sass b/app/assets/stylesheets/default.css.sass index 0a471d1d1c..1e7634f7a4 100644 --- a/app/assets/stylesheets/default.css.sass +++ b/app/assets/stylesheets/default.css.sass @@ -37,8 +37,7 @@ @import foundation @import settings -@import fonts/lato -@import fonts/openproject_icon_font +@import typography @import layout/all @import content/accounts @@ -78,7 +77,6 @@ @import content/tables @import content/tabular -@import content/headings @import content/timelines @import content/user_avatars @import content/preview