-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathstyle.css
More file actions
36 lines (27 loc) · 1.15 KB
/
style.css
File metadata and controls
36 lines (27 loc) · 1.15 KB
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
/*
Theme Name: LessThematic - A Thematic Child Theme using LessCSS
Theme URI: http://lessthematic.somanyproducts.com
Description: A Thematic Child Theme using LessCSS
Author: Trey Brister
Author URI: http://web-standard-design.com/
Template: thematic
Version: 1.0
Tags: Thematic
.
*/
/* Reset browser defaults */
@import url('../thematic/library/styles/reset.css');
/* Apply basic typography styles */
@import url('../thematic/library/styles/typography.css');
/* Apply a basic layout */
@import url('../thematic/library/layouts/2c-r-fixed.css');
/* Apply basic image styles */
@import url('../thematic/library/styles/images.css');
/* Apply default theme styles and colors */
/* It's better to actually copy over default.css into this file (or link to a copy in your child theme) if you're going to do anything outrageous */
// @import url('css/default.css');
/* Apply custom theme styles and colors */
/* It's better to actually copy over default.css into this file (or link to a copy in your child theme) if you're going to do anything outrageous */
// @import url('custom.css');
/* Prepare theme for plugins */
@import url('../thematic/library/styles/plugins.css');