forked from olefredrik/FoundationPress
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
executable file
·36 lines (27 loc) · 1.22 KB
/
style.css
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
/*
Theme Name: FoundationPress
Theme URI: https://github.com/mogofinancial/cms.git
GitHub Branch: master
GitHub Access Token:7a1994c282fe666cd8daff27c7d0f5e2378b9324
Description: FoundationPress is a WordPress starter theme based on Foundation 5 by Zurb
Version: 1.0.2
Author: Ole Fredrik Lie
Author URI: http://olefredrik.com/
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 /scss folder.
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
---------------------------------------------------------------------------- */
.test {
display:none;
}