This repository has been archived on 2020-05-08. You can view files and clone it, but cannot push or open issues or pull requests.
understrap/style.css

37 lines
2.1 KiB
CSS
Raw Normal View History

2014-12-10 11:36:38 +00:00
/*
Theme Name: UnderStrap
2019-07-23 04:06:19 +00:00
Theme URI: https://understrap.com
Author: Holger Koenemann
2019-07-23 04:06:19 +00:00
Author URI: https://www.holgerkoenemann.de
GitHub Theme URI: https://github.com/understrap/understrap
Description: Combination of Automattic´s _s theme and Bootstrap 4. Made as a solid starting point for your next theme project and WordPress website. Use it as starter theme or as a parent theme. It is up to you. Including Font Awesome support, built-in widget slider and much more you need for basic websites. IMPORTANT: All developer dependencies are not bundled with this install file. Just download the .zip, extract it and run "npm install" and "gulp copy-assets" inside the extracted /understrap folder.
2016-10-24 00:36:41 +00:00
That downloads everything and moves it in place so that you can recompile your CSS and JS files;
A developer version (with Gulp/node and Sass sources) is available on gitHub: https://github.com/understrap/understrap
A child theme is available on Github, too: https://github.com/understrap/understrap-child;
2019-06-30 07:11:58 +00:00
Version: 0.9.4
2017-12-11 07:50:55 +00:00
License: UnderStrap WordPress Theme, Copyright 2013-2017 Holger Koenemann
UnderStrap is distributed under the terms of the GNU GPL version 2
2019-07-23 04:06:19 +00:00
License URI: https://www.gnu.org/licenses/gpl-2.0.html
2014-12-10 11:36:38 +00:00
Text Domain: understrap
2016-06-24 06:02:49 +00:00
Tags: one-column, custom-menu, featured-images, theme-options, translation-ready
This theme, like WordPress, is licensed under the GPL.
2019-07-23 04:06:19 +00:00
UnderStrap is based on Underscores https://underscores.me/, (C) 2012-2016 Automattic, Inc.
Resource Licenses:
Font Awesome: http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
2019-07-23 04:06:19 +00:00
Bootstrap: https://getbootstrap.com | https://github.com/twbs/bootstrap/blob/master/LICENSE (Code licensed under MIT, documentation under CC BY 3.0.)
and of course
jQuery: https://jquery.org | (Code licensed under MIT)
2016-06-24 05:53:19 +00:00
WP Bootstrap Navwalker by Edward McIntyre: https://github.com/twittem/wp-bootstrap-navwalker | GNU GPL
2014-12-10 11:36:38 +00:00
*/
2016-06-24 05:53:19 +00:00
/*
2016-06-24 18:04:05 +00:00
This file is just used to identify the theme in WordPress.
The compiled CSS output can be found in /css/theme.css
The SASS sources for it can be found in /sass/
2016-10-10 09:35:07 +00:00
The dependencies can be found in /src/ after running "gulp copy-assets" terminal command
2016-06-24 18:01:55 +00:00
...and now go out and play!
2014-12-10 11:36:38 +00:00
*/