Skip to content

Commit c3c7a06

Browse files
authored
Merge pull request skyglobal#3 from skyglobal/depreciation
Deprecate
2 parents 78a978e + e89100e commit c3c7a06

8 files changed

+57
-6
lines changed

README.md

+6-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
1-
Polaris Global
2-
==============
1+
Polaris Global [Deprecated]
2+
===========================
3+
4+
**Deprecated: Please use [sky-uk/toolkit](https://github.com/sky-uk/toolkit).**
5+
6+
--
37

48
## Purpose
59

globals/_colours.scss

+2-3
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,9 @@
22
// //
33
// D E P R E C A T E D //
44
// //
5-
// Please use the colours defined in toolkit-core: //
6-
// (https://github.com/sky-uk/toolkit-core) //
5+
// Please use the colours defined in toolkit-core. //
76
// //
8-
// For more info, visit http://sky-uk.github.io/toolkit/ //
7+
// For more info, visit https://github.com/sky-uk/toolkit //
98
// //
109
////////////////////////////////////////////////////////////////////////////////
1110

globals/_constants.scss

+10
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
////////////////////////////////////////////////////////////////////////////////
2+
// //
3+
// D E P R E C A T E D //
4+
// //
5+
// Please use the breakpoints defined in toolkit-core. //
6+
// //
7+
// For more info, visit https://github.com/sky-uk/toolkit //
8+
// //
9+
////////////////////////////////////////////////////////////////////////////////
10+
111
/*
212
* #design-widths
313
*/

globals/_fonts.scss

+10
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
////////////////////////////////////////////////////////////////////////////////
2+
// //
3+
// D E P R E C A T E D //
4+
// //
5+
// Please use the font-families defined in toolkit-core. //
6+
// //
7+
// For more info, visit https://github.com/sky-uk/toolkit //
8+
// //
9+
////////////////////////////////////////////////////////////////////////////////
10+
111
/*
212
* #font-families
313
*/

globals/_logos.scss

+8
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
////////////////////////////////////////////////////////////////////////////////
2+
// //
3+
// D E P R E C A T E D //
4+
// //
5+
// Please contact the Digital Engagement Tribe for channel logos. //
6+
// //
7+
////////////////////////////////////////////////////////////////////////////////
8+
19
/*
210
* #logo-images
311
*/

globals/_mixins.scss

+10
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
////////////////////////////////////////////////////////////////////////////////
2+
// //
3+
// D E P R E C A T E D //
4+
// //
5+
// Please use the mixins defined in toolkit-core. //
6+
// //
7+
// For more info, visit https://github.com/sky-uk/toolkit //
8+
// //
9+
////////////////////////////////////////////////////////////////////////////////
10+
111
@mixin gpu {
212
@include transform(translate3d(0, 0, 0));
313
}

globals/_responsive.scss

+10
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
////////////////////////////////////////////////////////////////////////////////
2+
// //
3+
// D E P R E C A T E D //
4+
// //
5+
// Please use the breakpoints defined in toolkit-core. //
6+
// //
7+
// For more info, visit https://github.com/sky-uk/toolkit //
8+
// //
9+
////////////////////////////////////////////////////////////////////////////////
10+
111
@import 'constants';
212

313
/*

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "polaris-global",
3-
"version": "0.0.8",
3+
"version": "0.0.9",
44
"description": "Polaris global SASS variables and mixins",
55
"repository": {
66
"type": "git",

0 commit comments

Comments
 (0)