Skip to content

Commit 0605a89

Browse files
committed
version 4.1.2
1 parent 6fdb1c5 commit 0605a89

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

dist/_frontline.scss

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
// _______ ____ _ __________ _____ ______
44
// / __/ _ \/ __ \/ |/ /_ __/ / / _/ |/ / __/
55
// / _// , _/ /_/ / / / / / /___/ // / _/
6-
// /_/ /_/|_|\____/_/|_/ /_/ /____/___/_/|_/___/ v4.1.1
6+
// /_/ /_/|_|\____/_/|_/ /_/ /____/___/_/|_/___/ v4.1.2
77
//
88
// This project is licensed under the terms of the MIT license
99

@@ -2558,7 +2558,6 @@ $fs-debug-mode: false !default;
25582558
$context: $fs-base-font-size,
25592559
$units: '%'
25602560
) {
2561-
@warn 'fs-scale-text() is deprecated, use fs-scale(#{$properties}, (#{$min-width}: #{$start}, #{$max-width}: #{$end}))';
25622561

25632562
// Add vars at top to avoid scope issues
25642563
$start-font-size: $start;
@@ -2570,6 +2569,8 @@ $fs-debug-mode: false !default;
25702569
$line-height-sign: 1;
25712570
$line-height-steps: 0;
25722571

2572+
@warn 'fs-scale-text() is deprecated, use fs-scale(font-size, (#{$start-width}: #{$start-font-size}, #{$end-width}: #{$end-font-size}))';
2573+
25732574
// Check for line-height
25742575
@if length($start) == 2 and length($end) == 2 {
25752576
$has-line-height: true;

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"title": "frontline-sass",
33
"name": "frontline-sass",
4-
"version": "4.1.1",
4+
"version": "4.1.2",
55
"description": "Threespot's base Sass framework",
66
"repository": {
77
"type": "git",

0 commit comments

Comments
 (0)