-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.less
39 lines (34 loc) · 1.22 KB
/
style.less
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
37
38
39
/*
Theme Name: Theme
Theme URI: http://underscores.me/
Author:
Author URI:
Description:
Version: 1.0
License: GNU General Public License
License URI: license.txt
Tags:
This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
This theme is based on Underscores http://underscores.me/, (C) 2012-2013 Automattic, Inc.
Resetting and rebuilding styles have been helped along thanks to the fine work of
Eric Meyer http://meyerweb.com/eric/tools/css/reset/index.html
along with Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
and Blueprint http://www.blueprintcss.org/
*/
/*_s*/
@import url('less/variables.less');
@import url('less/reset.less');
@import url('less/global.less');
@import url('less/menu.less');
@import url('less/content.less');
@import url('less/asides.less');
@import url('less/media.less');
@import url('less/navigation.less');
@import url('less/comments.less');
@import url('less/widgets.less');
@import url('less/infinite-scroll.less');
//@import url('less/superslides/superslides.less'); //uncomment if needed
/*custom*/
@import url('less/custom.less');
@import url('less/responsive.less'); //(un)comment if needed