-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathstyle.css
More file actions
17 lines (12 loc) · 873 Bytes
/
style.css
File metadata and controls
17 lines (12 loc) · 873 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
/*
Theme Name: Leverage Custom
Author: Giraph Creative
Author URI: http://giraphcu.com
Description: A custom theme created for Leverage and LSCU.
Version: 0.0.1
License: MIT
*/
/*
So, this file is empty - because we're using the Sass! Get grunt started up and edit files in the /css/src/ directory to edit the styles of this development theme. It'll compile the styles and enable functions, variables and mixins in your CSS.
I've even added a grunt plugin to automatically add vendor prefixes so you can just write future, standard CSS and it'll get adjusted based on current browser standards, which are constantly evolving so it's tough to keep up with what's standard. The autoprefixer plugin gets updated based on existing standards, and automatically adds the correct prefixes for the CSS properties you're trying to use, so you can just write beautiful CSS.
*/