reorg theme
This commit is contained in:
parent
9ddb9f3c60
commit
e63af0b7ce
243 changed files with 10 additions and 11506 deletions
36
style.css
Normal file
36
style.css
Normal file
|
@ -0,0 +1,36 @@
|
|||
/*
|
||||
Theme Name: hamburg-freifunk-wp-theme (2018)
|
||||
Theme URI: https://github.com/olefredrik/FoundationPress
|
||||
Github Theme URI: https://github.com/freifunkhamburg/hamburg-freifunk-wp-theme
|
||||
Description: Based on FoundationPress is a WordPress starter theme based on Foundation 6 by Zurb. http://foundationpress.olefredrik.com
|
||||
Version: 0.1
|
||||
Author: Ulf Treger
|
||||
Author URI: http://dekoder.de
|
||||
|
||||
License: MIT License
|
||||
License URI: http://www.opensource.org/licenses/mit-license.php
|
||||
*/
|
||||
|
||||
/* ----------------------------------------------------------------------------
|
||||
|
||||
Unfortunately WordPress will require a style.css file
|
||||
located in the theme's root folder for stuff to work.
|
||||
|
||||
However, we will not be using vanilla CSS. We're using Sass.
|
||||
|
||||
Sass is a superset of CSS that adds in amazing features
|
||||
such as variables, nested selectors and loops. It's also
|
||||
the easiest way to customize Foundation.
|
||||
|
||||
All Sass files are located in the /assets/scss folder.
|
||||
Please note that none of your scss files will be compiled to /stylesheets/foundation.css before you run
|
||||
'npm run watch' or 'npm run build'.
|
||||
|
||||
Please read the README.md file before getting started. More info on how
|
||||
to use Sass with Foundation can be found here:
|
||||
http://foundation.zurb.com/docs/sass.html
|
||||
|
||||
If you for some reason would like to write plain css instead of using Sass,
|
||||
you could just enqueue this file (style.css) to the header and add your styles in this file
|
||||
|
||||
---------------------------------------------------------------------------- */
|
Loading…
Add table
Add a link
Reference in a new issue