patternfly-sass 2.6.0 → 2.7.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/assets/fonts/patternfly/PatternFlyIcons-webfont.eot +0 -0
- data/assets/fonts/patternfly/PatternFlyIcons-webfont.svg +3 -2
- data/assets/fonts/patternfly/PatternFlyIcons-webfont.ttf +0 -0
- data/assets/fonts/patternfly/PatternFlyIcons-webfont.woff +0 -0
- data/assets/stylesheets/_patternfly.scss +1 -1
- data/assets/stylesheets/patternfly/_blank-slate.scss +1 -1
- data/assets/stylesheets/patternfly/_bootstrap-combobox.scss +1 -1
- data/assets/stylesheets/patternfly/_bootstrap-datepicker.scss +12 -6
- data/assets/stylesheets/patternfly/_bootstrap-select.scss +9 -6
- data/assets/stylesheets/patternfly/_bootstrap-treeview.scss +1 -1
- data/assets/stylesheets/patternfly/_buttons.scss +5 -3
- data/assets/stylesheets/patternfly/_cards.scss +2 -1
- data/assets/stylesheets/patternfly/_charts.scss +2 -1
- data/assets/stylesheets/patternfly/_datatables.scss +2 -2
- data/assets/stylesheets/patternfly/_dropdowns.scss +5 -2
- data/assets/stylesheets/patternfly/_ext-bootstrap-select.scss +7 -7
- data/assets/stylesheets/patternfly/_fonts.scss +26 -26
- data/assets/stylesheets/patternfly/_footer.scss +1 -1
- data/assets/stylesheets/patternfly/_forms.scss +4 -2
- data/assets/stylesheets/patternfly/_icons.scss +10 -6
- data/assets/stylesheets/patternfly/_infotip.scss +1 -1
- data/assets/stylesheets/patternfly/_labels.scss +7 -2
- data/assets/stylesheets/patternfly/_layouts.scss +5 -3
- data/assets/stylesheets/patternfly/_list-group.scss +1 -1
- data/assets/stylesheets/patternfly/_login.scss +4 -3
- data/assets/stylesheets/patternfly/_modals.scss +1 -1
- data/assets/stylesheets/patternfly/_nav-vertical-alt.scss +4 -2
- data/assets/stylesheets/patternfly/_navbar-alt.scss +18 -7
- data/assets/stylesheets/patternfly/_navbar.scss +53 -22
- data/assets/stylesheets/patternfly/_popovers.scss +1 -1
- data/assets/stylesheets/patternfly/_progress-bars.scss +3 -2
- data/assets/stylesheets/patternfly/_search.scss +2 -2
- data/assets/stylesheets/patternfly/_sidebar.scss +5 -3
- data/assets/stylesheets/patternfly/_spinner.scss +7 -7
- data/assets/stylesheets/patternfly/_syntax-highlighting.scss +16 -5
- data/assets/stylesheets/patternfly/_tabs.scss +1 -1
- data/assets/stylesheets/patternfly/_toolbar.scss +3 -1
- data/assets/stylesheets/patternfly/_tooltip.scss +1 -1
- data/assets/stylesheets/patternfly/_type.scss +7 -2
- data/assets/stylesheets/patternfly/_variables.scss +1 -0
- data/bower.json +1 -1
- data/lib/patternfly-sass/engine.rb +1 -1
- data/lib/patternfly-sass/version.rb +2 -2
- data/package.json +1 -1
- data/spec/html/accordions.html +8 -5
- data/spec/html/alerts.html +8 -5
- data/spec/html/badges.html +8 -5
- data/spec/html/basic.html +8 -5
- data/spec/html/blank-slate.html +8 -5
- data/spec/html/bootstrap-combobox.html +8 -5
- data/spec/html/bootstrap-datepicker.html +8 -5
- data/spec/html/bootstrap-select.html +8 -5
- data/spec/html/bootstrap-switch.html +8 -5
- data/spec/html/bootstrap-touchspin.html +8 -5
- data/spec/html/bootstrap-treeview-2.html +8 -5
- data/spec/html/bootstrap-treeview.html +8 -5
- data/spec/html/breadcrumbs.html +8 -5
- data/spec/html/buttons.html +8 -5
- data/spec/html/cards.html +10 -7
- data/spec/html/charts.html +8 -5
- data/spec/html/code.html +8 -5
- data/spec/html/dashboard.html +8 -5
- data/spec/html/datatables-columns.html +8 -5
- data/spec/html/datatables.html +8 -5
- data/spec/html/dist/css/patternfly-additions.css +21 -18
- data/spec/html/dist/css/patternfly-additions.css.map +1 -1
- data/spec/html/dist/css/patternfly-additions.min.css +1 -1
- data/spec/html/dist/css/patternfly-additions.min.css.map +1 -1
- data/spec/html/dist/css/patternfly.css.map +1 -1
- data/spec/html/dist/css/patternfly.min.css.map +1 -1
- data/spec/html/dropdowns.html +8 -5
- data/spec/html/form.html +8 -5
- data/spec/html/forms.html +8 -5
- data/spec/html/icons.html +12 -5
- data/spec/html/index.html +8 -5
- data/spec/html/infotip.html +8 -5
- data/spec/html/labels.html +8 -5
- data/spec/html/layout-alt-fixed-inner-scroll.html +9 -6
- data/spec/html/layout-alt-fixed-with-footer-inner-scroll.html +9 -6
- data/spec/html/layout-alt-fixed-with-footer.html +9 -6
- data/spec/html/layout-alt-fixed.html +9 -6
- data/spec/html/list-group.html +8 -5
- data/spec/html/login.html +8 -5
- data/spec/html/modals.html +8 -5
- data/spec/html/navbar.html +8 -5
- data/spec/html/pagination.html +8 -5
- data/spec/html/panels.html +8 -5
- data/spec/html/popovers.html +8 -5
- data/spec/html/progress-bars.html +8 -5
- data/spec/html/search.html +8 -5
- data/spec/html/spinner.html +8 -5
- data/spec/html/tab.html +8 -5
- data/spec/html/tables.html +8 -5
- data/spec/html/tabs.html +8 -5
- data/spec/html/toolbar.html +8 -5
- data/spec/html/tooltip.html +8 -5
- data/spec/html/typography-2.html +8 -5
- data/spec/html/typography.html +8 -5
- data/tasks/converter.rb +11 -8
- metadata +3 -3
data/spec/html/tables.html
CHANGED
|
@@ -1,10 +1,12 @@
|
|
|
1
1
|
<!DOCTYPE html>
|
|
2
|
-
<!--[if IE 9]><html class="ie9"><![endif]-->
|
|
2
|
+
<!--[if IE 9]><html lang="en-us" class="ie9"><![endif]-->
|
|
3
3
|
<!--[if gt IE 9]><!-->
|
|
4
|
-
<html>
|
|
4
|
+
<html lang="en-us">
|
|
5
5
|
<!--<![endif]-->
|
|
6
6
|
<head>
|
|
7
7
|
<title>Tables - PatternFly</title>
|
|
8
|
+
<meta charset="UTF-8">
|
|
9
|
+
<meta http-equiv="X-UA-Compatible" content="IE=Edge">
|
|
8
10
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
9
11
|
<link rel="shortcut icon" href="../dist/img/favicon.ico">
|
|
10
12
|
<!-- iPad retina icon -->
|
|
@@ -21,13 +23,14 @@
|
|
|
21
23
|
<link rel="apple-touch-icon-precomposed" sizes="114x114" href="../dist/img/apple-touch-icon-precomposed-114.png">
|
|
22
24
|
<!-- iPhone non-retina icon (iOS < 7) -->
|
|
23
25
|
<link rel="apple-touch-icon-precomposed" sizes="57x57" href="../dist/img/apple-touch-icon-precomposed-57.png">
|
|
24
|
-
<link href="../dist/css/patternfly.min.css"
|
|
25
|
-
<link href="../dist/css/patternfly-additions.min.css"
|
|
26
|
+
<link rel="stylesheet" href="../dist/css/patternfly.min.css" >
|
|
27
|
+
<link rel="stylesheet" href="../dist/css/patternfly-additions.min.css" >
|
|
26
28
|
<link href="tests.css" rel="stylesheet" media="screen, print">
|
|
27
29
|
<script src="../components/jquery/dist/jquery.min.js"></script>
|
|
28
30
|
<script src="../components/bootstrap/dist/js/bootstrap.min.js"></script>
|
|
29
31
|
<script src="../dist/js/patternfly.min.js"></script>
|
|
30
32
|
</head>
|
|
33
|
+
|
|
31
34
|
<body>
|
|
32
35
|
<div class="container">
|
|
33
36
|
<div class="page-header">
|
|
@@ -203,4 +206,4 @@
|
|
|
203
206
|
</div>
|
|
204
207
|
</div><!-- /container -->
|
|
205
208
|
</body>
|
|
206
|
-
</html>
|
|
209
|
+
</html>
|
data/spec/html/tabs.html
CHANGED
|
@@ -1,10 +1,12 @@
|
|
|
1
1
|
<!DOCTYPE html>
|
|
2
|
-
<!--[if IE 9]><html class="ie9"><![endif]-->
|
|
2
|
+
<!--[if IE 9]><html lang="en-us" class="ie9"><![endif]-->
|
|
3
3
|
<!--[if gt IE 9]><!-->
|
|
4
|
-
<html>
|
|
4
|
+
<html lang="en-us">
|
|
5
5
|
<!--<![endif]-->
|
|
6
6
|
<head>
|
|
7
7
|
<title>Tabs - PatternFly</title>
|
|
8
|
+
<meta charset="UTF-8">
|
|
9
|
+
<meta http-equiv="X-UA-Compatible" content="IE=Edge">
|
|
8
10
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
9
11
|
<link rel="shortcut icon" href="../dist/img/favicon.ico">
|
|
10
12
|
<!-- iPad retina icon -->
|
|
@@ -21,13 +23,14 @@
|
|
|
21
23
|
<link rel="apple-touch-icon-precomposed" sizes="114x114" href="../dist/img/apple-touch-icon-precomposed-114.png">
|
|
22
24
|
<!-- iPhone non-retina icon (iOS < 7) -->
|
|
23
25
|
<link rel="apple-touch-icon-precomposed" sizes="57x57" href="../dist/img/apple-touch-icon-precomposed-57.png">
|
|
24
|
-
<link href="../dist/css/patternfly.min.css"
|
|
25
|
-
<link href="../dist/css/patternfly-additions.min.css"
|
|
26
|
+
<link rel="stylesheet" href="../dist/css/patternfly.min.css" >
|
|
27
|
+
<link rel="stylesheet" href="../dist/css/patternfly-additions.min.css" >
|
|
26
28
|
<link href="tests.css" rel="stylesheet" media="screen, print">
|
|
27
29
|
<script src="../components/jquery/dist/jquery.min.js"></script>
|
|
28
30
|
<script src="../components/bootstrap/dist/js/bootstrap.min.js"></script>
|
|
29
31
|
<script src="../dist/js/patternfly.min.js"></script>
|
|
30
32
|
</head>
|
|
33
|
+
|
|
31
34
|
<body>
|
|
32
35
|
<div class="container">
|
|
33
36
|
<div class="page-header">
|
|
@@ -273,4 +276,4 @@
|
|
|
273
276
|
</ul>
|
|
274
277
|
</div><!-- /container -->
|
|
275
278
|
</body>
|
|
276
|
-
</html>
|
|
279
|
+
</html>
|
data/spec/html/toolbar.html
CHANGED
|
@@ -1,10 +1,12 @@
|
|
|
1
1
|
<!DOCTYPE html>
|
|
2
|
-
<!--[if IE 9]><html class="ie9"><![endif]-->
|
|
2
|
+
<!--[if IE 9]><html lang="en-us" class="ie9"><![endif]-->
|
|
3
3
|
<!--[if gt IE 9]><!-->
|
|
4
|
-
<html>
|
|
4
|
+
<html lang="en-us">
|
|
5
5
|
<!--<![endif]-->
|
|
6
6
|
<head>
|
|
7
7
|
<title>Toolbar - PatternFly</title>
|
|
8
|
+
<meta charset="UTF-8">
|
|
9
|
+
<meta http-equiv="X-UA-Compatible" content="IE=Edge">
|
|
8
10
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
9
11
|
<link rel="shortcut icon" href="../dist/img/favicon.ico">
|
|
10
12
|
<!-- iPad retina icon -->
|
|
@@ -21,13 +23,14 @@
|
|
|
21
23
|
<link rel="apple-touch-icon-precomposed" sizes="114x114" href="../dist/img/apple-touch-icon-precomposed-114.png">
|
|
22
24
|
<!-- iPhone non-retina icon (iOS < 7) -->
|
|
23
25
|
<link rel="apple-touch-icon-precomposed" sizes="57x57" href="../dist/img/apple-touch-icon-precomposed-57.png">
|
|
24
|
-
<link href="../dist/css/patternfly.min.css"
|
|
25
|
-
<link href="../dist/css/patternfly-additions.min.css"
|
|
26
|
+
<link rel="stylesheet" href="../dist/css/patternfly.min.css" >
|
|
27
|
+
<link rel="stylesheet" href="../dist/css/patternfly-additions.min.css" >
|
|
26
28
|
<link href="tests.css" rel="stylesheet" media="screen, print">
|
|
27
29
|
<script src="../components/jquery/dist/jquery.min.js"></script>
|
|
28
30
|
<script src="../components/bootstrap/dist/js/bootstrap.min.js"></script>
|
|
29
31
|
<script src="../dist/js/patternfly.min.js"></script>
|
|
30
32
|
</head>
|
|
33
|
+
|
|
31
34
|
<body>
|
|
32
35
|
<div class="container">
|
|
33
36
|
<div class="page-header">
|
|
@@ -217,4 +220,4 @@
|
|
|
217
220
|
|
|
218
221
|
</div><!-- /container -->
|
|
219
222
|
</body>
|
|
220
|
-
</html>
|
|
223
|
+
</html>
|
data/spec/html/tooltip.html
CHANGED
|
@@ -1,10 +1,12 @@
|
|
|
1
1
|
<!DOCTYPE html>
|
|
2
|
-
<!--[if IE 9]><html class="ie9"><![endif]-->
|
|
2
|
+
<!--[if IE 9]><html lang="en-us" class="ie9"><![endif]-->
|
|
3
3
|
<!--[if gt IE 9]><!-->
|
|
4
|
-
<html>
|
|
4
|
+
<html lang="en-us">
|
|
5
5
|
<!--<![endif]-->
|
|
6
6
|
<head>
|
|
7
7
|
<title>Tooltip - PatternFly</title>
|
|
8
|
+
<meta charset="UTF-8">
|
|
9
|
+
<meta http-equiv="X-UA-Compatible" content="IE=Edge">
|
|
8
10
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
9
11
|
<link rel="shortcut icon" href="../dist/img/favicon.ico">
|
|
10
12
|
<!-- iPad retina icon -->
|
|
@@ -21,13 +23,14 @@
|
|
|
21
23
|
<link rel="apple-touch-icon-precomposed" sizes="114x114" href="../dist/img/apple-touch-icon-precomposed-114.png">
|
|
22
24
|
<!-- iPhone non-retina icon (iOS < 7) -->
|
|
23
25
|
<link rel="apple-touch-icon-precomposed" sizes="57x57" href="../dist/img/apple-touch-icon-precomposed-57.png">
|
|
24
|
-
<link href="../dist/css/patternfly.min.css"
|
|
25
|
-
<link href="../dist/css/patternfly-additions.min.css"
|
|
26
|
+
<link rel="stylesheet" href="../dist/css/patternfly.min.css" >
|
|
27
|
+
<link rel="stylesheet" href="../dist/css/patternfly-additions.min.css" >
|
|
26
28
|
<link href="tests.css" rel="stylesheet" media="screen, print">
|
|
27
29
|
<script src="../components/jquery/dist/jquery.min.js"></script>
|
|
28
30
|
<script src="../components/bootstrap/dist/js/bootstrap.min.js"></script>
|
|
29
31
|
<script src="../dist/js/patternfly.min.js"></script>
|
|
30
32
|
</head>
|
|
33
|
+
|
|
31
34
|
<body>
|
|
32
35
|
<div class="container">
|
|
33
36
|
<div class="page-header">
|
|
@@ -65,4 +68,4 @@
|
|
|
65
68
|
|
|
66
69
|
</div><!-- /container -->
|
|
67
70
|
</body>
|
|
68
|
-
</html>
|
|
71
|
+
</html>
|
data/spec/html/typography-2.html
CHANGED
|
@@ -1,10 +1,12 @@
|
|
|
1
1
|
<!DOCTYPE html>
|
|
2
|
-
<!--[if IE 9]><html class="ie9"><![endif]-->
|
|
2
|
+
<!--[if IE 9]><html lang="en-us" class="ie9"><![endif]-->
|
|
3
3
|
<!--[if gt IE 9]><!-->
|
|
4
|
-
<html>
|
|
4
|
+
<html lang="en-us">
|
|
5
5
|
<!--<![endif]-->
|
|
6
6
|
<head>
|
|
7
7
|
<title>Typography - PatternFly</title>
|
|
8
|
+
<meta charset="UTF-8">
|
|
9
|
+
<meta http-equiv="X-UA-Compatible" content="IE=Edge">
|
|
8
10
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
9
11
|
<link rel="shortcut icon" href="../dist/img/favicon.ico">
|
|
10
12
|
<!-- iPad retina icon -->
|
|
@@ -21,13 +23,14 @@
|
|
|
21
23
|
<link rel="apple-touch-icon-precomposed" sizes="114x114" href="../dist/img/apple-touch-icon-precomposed-114.png">
|
|
22
24
|
<!-- iPhone non-retina icon (iOS < 7) -->
|
|
23
25
|
<link rel="apple-touch-icon-precomposed" sizes="57x57" href="../dist/img/apple-touch-icon-precomposed-57.png">
|
|
24
|
-
<link href="../dist/css/patternfly.min.css"
|
|
25
|
-
<link href="../dist/css/patternfly-additions.min.css"
|
|
26
|
+
<link rel="stylesheet" href="../dist/css/patternfly.min.css" >
|
|
27
|
+
<link rel="stylesheet" href="../dist/css/patternfly-additions.min.css" >
|
|
26
28
|
<link href="typography-2.css" rel="stylesheet" media="screen, print">
|
|
27
29
|
<script src="../components/jquery/dist/jquery.min.js"></script>
|
|
28
30
|
<script src="../components/bootstrap/dist/js/bootstrap.min.js"></script>
|
|
29
31
|
<script src="../dist/js/patternfly.min.js"></script>
|
|
30
32
|
</head>
|
|
33
|
+
|
|
31
34
|
<body>
|
|
32
35
|
<nav class="navbar navbar-default navbar-pf" role="navigation">
|
|
33
36
|
<div class="navbar-header">
|
|
@@ -287,4 +290,4 @@
|
|
|
287
290
|
</div><!-- /row -->
|
|
288
291
|
</div><!-- /container -->
|
|
289
292
|
</body>
|
|
290
|
-
</html>
|
|
293
|
+
</html>
|
data/spec/html/typography.html
CHANGED
|
@@ -1,10 +1,12 @@
|
|
|
1
1
|
<!DOCTYPE html>
|
|
2
|
-
<!--[if IE 9]><html class="ie9"><![endif]-->
|
|
2
|
+
<!--[if IE 9]><html lang="en-us" class="ie9"><![endif]-->
|
|
3
3
|
<!--[if gt IE 9]><!-->
|
|
4
|
-
<html>
|
|
4
|
+
<html lang="en-us">
|
|
5
5
|
<!--<![endif]-->
|
|
6
6
|
<head>
|
|
7
7
|
<title>Typography - PatternFly</title>
|
|
8
|
+
<meta charset="UTF-8">
|
|
9
|
+
<meta http-equiv="X-UA-Compatible" content="IE=Edge">
|
|
8
10
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
9
11
|
<link rel="shortcut icon" href="../dist/img/favicon.ico">
|
|
10
12
|
<!-- iPad retina icon -->
|
|
@@ -21,13 +23,14 @@
|
|
|
21
23
|
<link rel="apple-touch-icon-precomposed" sizes="114x114" href="../dist/img/apple-touch-icon-precomposed-114.png">
|
|
22
24
|
<!-- iPhone non-retina icon (iOS < 7) -->
|
|
23
25
|
<link rel="apple-touch-icon-precomposed" sizes="57x57" href="../dist/img/apple-touch-icon-precomposed-57.png">
|
|
24
|
-
<link href="../dist/css/patternfly.min.css"
|
|
25
|
-
<link href="../dist/css/patternfly-additions.min.css"
|
|
26
|
+
<link rel="stylesheet" href="../dist/css/patternfly.min.css" >
|
|
27
|
+
<link rel="stylesheet" href="../dist/css/patternfly-additions.min.css" >
|
|
26
28
|
<link href="tests.css" rel="stylesheet" media="screen, print">
|
|
27
29
|
<script src="../components/jquery/dist/jquery.min.js"></script>
|
|
28
30
|
<script src="../components/bootstrap/dist/js/bootstrap.min.js"></script>
|
|
29
31
|
<script src="../dist/js/patternfly.min.js"></script>
|
|
30
32
|
</head>
|
|
33
|
+
|
|
31
34
|
<body>
|
|
32
35
|
<div class="container">
|
|
33
36
|
<div class="page-header">
|
|
@@ -189,4 +192,4 @@
|
|
|
189
192
|
<h3>caractères spéciaux</h3>
|
|
190
193
|
</div><!-- /container -->
|
|
191
194
|
</body>
|
|
192
|
-
</html>
|
|
195
|
+
</html>
|
data/tasks/converter.rb
CHANGED
|
@@ -4,7 +4,7 @@ require 'pathname'
|
|
|
4
4
|
|
|
5
5
|
module Patternfly
|
|
6
6
|
class Converter < ::Converter
|
|
7
|
-
BOOTSTRAP_LESS_ROOT = '
|
|
7
|
+
BOOTSTRAP_LESS_ROOT = 'bower_components/bootstrap/less'
|
|
8
8
|
PATTERNFLY_LESS_ROOT = 'less'
|
|
9
9
|
PATTERNFLY_COMPONENTS = "../components/patternfly/components"
|
|
10
10
|
|
|
@@ -24,7 +24,7 @@ module Patternfly
|
|
|
24
24
|
:fonts => 'assets/fonts/patternfly'
|
|
25
25
|
}
|
|
26
26
|
@test_dir = options[:test_dir]
|
|
27
|
-
get_trees(PATTERNFLY_LESS_ROOT,
|
|
27
|
+
get_trees(PATTERNFLY_LESS_ROOT, 'tests', 'dist')
|
|
28
28
|
end
|
|
29
29
|
|
|
30
30
|
def process_patternfly
|
|
@@ -101,13 +101,17 @@ module Patternfly
|
|
|
101
101
|
when 'patternfly.less', 'bootstrap-touchspin.less', 'variables.less'
|
|
102
102
|
transforms = remove_xforms(transforms, :replace_spin)
|
|
103
103
|
when 'spinner.less'
|
|
104
|
-
transforms = remove_xforms(transforms, :replace_spin
|
|
104
|
+
transforms = remove_xforms(transforms, :replace_spin)
|
|
105
105
|
end
|
|
106
106
|
|
|
107
107
|
file = convert_less(file, *transforms)
|
|
108
108
|
|
|
109
109
|
# Special cases go here
|
|
110
110
|
case name
|
|
111
|
+
when 'fonts.less', 'icons.less'
|
|
112
|
+
file = replace_rules(file, /\s*@font-face/) do |rule|
|
|
113
|
+
replace_asset_url rule, :font
|
|
114
|
+
end
|
|
111
115
|
when 'mixins.less'
|
|
112
116
|
NESTED_MIXINS.each do |selector, prefix|
|
|
113
117
|
file = flatten_mixins(file, selector, prefix)
|
|
@@ -320,11 +324,10 @@ module Patternfly
|
|
|
320
324
|
end
|
|
321
325
|
|
|
322
326
|
def load_shared
|
|
323
|
-
mixin_hash = {
|
|
324
|
-
|
|
325
|
-
|
|
326
|
-
|
|
327
|
-
end
|
|
327
|
+
mixin_hash = {
|
|
328
|
+
BOOTSTRAP_LESS_ROOT => Dir["#{BOOTSTRAP_LESS_ROOT}/**/*.*"].select { |f| f =~ /mixins(\/)|(\.less)/ }.map { |f| File.read(f) }.join("\n"),
|
|
329
|
+
PATTERNFLY_LESS_ROOT => read_files(get_paths_by_type(PATTERNFLY_LESS_ROOT, /mixins(\/)|(\.less)/)).values.join("\n")
|
|
330
|
+
}
|
|
328
331
|
@shared_mixins ||= begin
|
|
329
332
|
read_mixins(mixin_hash.values.join("\n"), :nested => NESTED_MIXINS)
|
|
330
333
|
end
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: patternfly-sass
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 2.
|
|
4
|
+
version: 2.7.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Dávid Halász
|
|
@@ -9,7 +9,7 @@ authors:
|
|
|
9
9
|
autorequire:
|
|
10
10
|
bindir: bin
|
|
11
11
|
cert_chain: []
|
|
12
|
-
date: 2015-
|
|
12
|
+
date: 2015-12-08 00:00:00.000000000 Z
|
|
13
13
|
dependencies:
|
|
14
14
|
- !ruby/object:Gem::Dependency
|
|
15
15
|
name: sass
|
|
@@ -542,7 +542,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
542
542
|
version: '0'
|
|
543
543
|
requirements: []
|
|
544
544
|
rubyforge_project:
|
|
545
|
-
rubygems_version: 2.5.
|
|
545
|
+
rubygems_version: 2.4.5.1
|
|
546
546
|
signing_key:
|
|
547
547
|
specification_version: 4
|
|
548
548
|
summary: Red Hat's Patternfly, converted to Sass and ready to drop into Rails
|