This repository has been archived by the owner on Apr 15, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 60
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #691 from LiskHQ/642-setup-stylelint-rules-and-run…
…-it-in-jenkins Setup stylelint rules and run it in jenkins - Closes #642
Showing
23 changed files
with
398 additions
and
312 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,42 +1,47 @@ | ||
|
||
/* https://google-webfonts-helper.herokuapp.com */ | ||
|
||
/* roboto-mono-regular - latin */ | ||
@font-face { | ||
font-family: 'Roboto Mono'; | ||
font-style: normal; | ||
font-weight: 400; | ||
src: url('../../assets/fonts/roboto-mono/roboto-mono-v4-latin-regular.eot'); /* IE9 Compat Modes */ | ||
src: local('Roboto Mono'), local('RobotoMono-Regular'), | ||
url('../../assets/fonts/roboto-mono/roboto-mono-v4-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ | ||
url('../../assets/fonts/roboto-mono/roboto-mono-v4-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */ | ||
url('../../assets/fonts/roboto-mono/roboto-mono-v4-latin-regular.woff') format('woff'), /* Modern Browsers */ | ||
url('../../assets/fonts/roboto-mono/roboto-mono-v4-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */ | ||
url('../../assets/fonts/roboto-mono/roboto-mono-v4-latin-regular.svg#RobotoMono') format('svg'); /* Legacy iOS */ | ||
src: url('../../assets/fonts/roboto-mono/roboto-mono-v4-latin-regular.eot'); | ||
src: | ||
local('Roboto Mono'), | ||
local('RobotoMono-Regular'), | ||
url('../../assets/fonts/roboto-mono/roboto-mono-v4-latin-regular.eot?#iefix') format('embedded-opentype'), | ||
url('../../assets/fonts/roboto-mono/roboto-mono-v4-latin-regular.woff2') format('woff2'), | ||
url('../../assets/fonts/roboto-mono/roboto-mono-v4-latin-regular.woff') format('woff'), | ||
url('../../assets/fonts/roboto-mono/roboto-mono-v4-latin-regular.ttf') format('truetype'), | ||
url('../../assets/fonts/roboto-mono/roboto-mono-v4-latin-regular.svg#RobotoMono') format('svg'); | ||
} | ||
|
||
/* roboto-mono-500 - latin */ | ||
@font-face { | ||
font-family: 'Roboto Mono'; | ||
font-style: normal; | ||
font-weight: 500; | ||
src: url('../../assets/fonts/roboto-mono/roboto-mono-v4-latin-500.eot'); /* IE9 Compat Modes */ | ||
src: local('Roboto Mono Medium'), local('RobotoMono-Medium'), | ||
url('../../assets/fonts/roboto-mono/roboto-mono-v4-latin-500.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ | ||
url('../../assets/fonts/roboto-mono/roboto-mono-v4-latin-500.woff2') format('woff2'), /* Super Modern Browsers */ | ||
url('../../assets/fonts/roboto-mono/roboto-mono-v4-latin-500.woff') format('woff'), /* Modern Browsers */ | ||
url('../../assets/fonts/roboto-mono/roboto-mono-v4-latin-500.ttf') format('truetype'), /* Safari, Android, iOS */ | ||
url('../../assets/fonts/roboto-mono/roboto-mono-v4-latin-500.svg#RobotoMono') format('svg'); /* Legacy iOS */ | ||
src: url('../../assets/fonts/roboto-mono/roboto-mono-v4-latin-500.eot'); | ||
src: | ||
local('Roboto Mono Medium'), | ||
local('RobotoMono-Medium'), | ||
url('../../assets/fonts/roboto-mono/roboto-mono-v4-latin-500.eot?#iefix') format('embedded-opentype'), | ||
url('../../assets/fonts/roboto-mono/roboto-mono-v4-latin-500.woff2') format('woff2'), | ||
url('../../assets/fonts/roboto-mono/roboto-mono-v4-latin-500.woff') format('woff'), | ||
url('../../assets/fonts/roboto-mono/roboto-mono-v4-latin-500.ttf') format('truetype'), | ||
url('../../assets/fonts/roboto-mono/roboto-mono-v4-latin-500.svg#RobotoMono') format('svg'); | ||
} | ||
|
||
/* roboto-mono-700 - latin */ | ||
@font-face { | ||
font-family: 'Roboto Mono'; | ||
font-style: normal; | ||
font-weight: 700; | ||
src: url('../../assets/fonts/roboto-mono/roboto-mono-v4-latin-700.eot'); /* IE9 Compat Modes */ | ||
src: local('Roboto Mono Bold'), local('RobotoMono-Bold'), | ||
url('../../assets/fonts/roboto-mono/roboto-mono-v4-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ | ||
url('../../assets/fonts/roboto-mono/roboto-mono-v4-latin-700.woff2') format('woff2'), /* Super Modern Browsers */ | ||
url('../../assets/fonts/roboto-mono/roboto-mono-v4-latin-700.woff') format('woff'), /* Modern Browsers */ | ||
url('../../assets/fonts/roboto-mono/roboto-mono-v4-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */ | ||
url('../../assets/fonts/roboto-mono/roboto-mono-v4-latin-700.svg#RobotoMono') format('svg'); /* Legacy iOS */ | ||
src: url('../../assets/fonts/roboto-mono/roboto-mono-v4-latin-700.eot'); | ||
src: | ||
local('Roboto Mono Bold'), | ||
local('RobotoMono-Bold'), | ||
url('../../assets/fonts/roboto-mono/roboto-mono-v4-latin-700.eot?#iefix') format('embedded-opentype'), | ||
url('../../assets/fonts/roboto-mono/roboto-mono-v4-latin-700.woff2') format('woff2'), | ||
url('../../assets/fonts/roboto-mono/roboto-mono-v4-latin-700.woff') format('woff'), | ||
url('../../assets/fonts/roboto-mono/roboto-mono-v4-latin-700.ttf') format('truetype'), | ||
url('../../assets/fonts/roboto-mono/roboto-mono-v4-latin-700.svg#RobotoMono') format('svg'); | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,42 +1,46 @@ | ||
|
||
/* https://google-webfonts-helper.herokuapp.com */ | ||
|
||
/* roboto-regular - latin */ | ||
@font-face { | ||
font-family: 'Roboto'; | ||
font-style: normal; | ||
font-weight: 400; | ||
src: url('../../assets/fonts/roboto/roboto-v15-latin-regular.eot'); /* IE9 Compat Modes */ | ||
src: local('Roboto'), local('Roboto-Regular'), | ||
url('../../assets/fonts/roboto/roboto-v15-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ | ||
url('../../assets/fonts/roboto/roboto-v15-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */ | ||
url('../../assets/fonts/roboto/roboto-v15-latin-regular.woff') format('woff'), /* Modern Browsers */ | ||
url('../../assets/fonts/roboto/roboto-v15-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */ | ||
url('../../assets/fonts/roboto/roboto-v15-latin-regular.svg#Roboto') format('svg'); /* Legacy iOS */ | ||
src: url('../../assets/fonts/roboto/roboto-v15-latin-regular.eot'); | ||
src: | ||
local('Roboto'), | ||
local('Roboto-Regular'), | ||
url('../../assets/fonts/roboto/roboto-v15-latin-regular.eot?#iefix') format('embedded-opentype'), | ||
url('../../assets/fonts/roboto/roboto-v15-latin-regular.woff2') format('woff2'), | ||
url('../../assets/fonts/roboto/roboto-v15-latin-regular.woff') format('woff'), | ||
url('../../assets/fonts/roboto/roboto-v15-latin-regular.ttf') format('truetype'), | ||
url('../../assets/fonts/roboto/roboto-v15-latin-regular.svg#Roboto') format('svg'); | ||
} | ||
|
||
/* roboto-500 - latin */ | ||
@font-face { | ||
font-family: 'Roboto'; | ||
font-style: normal; | ||
font-weight: 500; | ||
src: url('../../assets/fonts/roboto/roboto-v15-latin-500.eot'); /* IE9 Compat Modes */ | ||
src: local('Roboto Medium'), local('Roboto-Medium'), | ||
url('../../assets/fonts/roboto/roboto-v15-latin-500.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ | ||
url('../../assets/fonts/roboto/roboto-v15-latin-500.woff2') format('woff2'), /* Super Modern Browsers */ | ||
url('../../assets/fonts/roboto/roboto-v15-latin-500.woff') format('woff'), /* Modern Browsers */ | ||
url('../../assets/fonts/roboto/roboto-v15-latin-500.ttf') format('truetype'), /* Safari, Android, iOS */ | ||
url('../../assets/fonts/roboto/roboto-v15-latin-500.svg#Roboto') format('svg'); /* Legacy iOS */ | ||
src: url('../../assets/fonts/roboto/roboto-v15-latin-500.eot'); | ||
src: | ||
local('Roboto Medium'), | ||
local('Roboto-Medium'), | ||
url('../../assets/fonts/roboto/roboto-v15-latin-500.eot?#iefix') format('embedded-opentype'), | ||
url('../../assets/fonts/roboto/roboto-v15-latin-500.woff2') format('woff2'), | ||
url('../../assets/fonts/roboto/roboto-v15-latin-500.woff') format('woff'), | ||
url('../../assets/fonts/roboto/roboto-v15-latin-500.ttf') format('truetype'), | ||
url('../../assets/fonts/roboto/roboto-v15-latin-500.svg#Roboto') format('svg'); | ||
} | ||
|
||
/* roboto-700 - latin */ | ||
@font-face { | ||
font-family: 'Roboto'; | ||
font-style: normal; | ||
font-weight: 700; | ||
src: url('../../assets/fonts/roboto/roboto-v15-latin-700.eot'); /* IE9 Compat Modes */ | ||
src: local('Roboto Bold'), local('Roboto-Bold'), | ||
url('../../assets/fonts/roboto/roboto-v15-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ | ||
url('../../assets/fonts/roboto/roboto-v15-latin-700.woff2') format('woff2'), /* Super Modern Browsers */ | ||
url('../../assets/fonts/roboto/roboto-v15-latin-700.woff') format('woff'), /* Modern Browsers */ | ||
url('../../assets/fonts/roboto/roboto-v15-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */ | ||
url('../../assets/fonts/roboto/roboto-v15-latin-700.svg#Roboto') format('svg'); /* Legacy iOS */ | ||
src: url('../../assets/fonts/roboto/roboto-v15-latin-700.eot'); | ||
src: | ||
local('Roboto Bold'), | ||
local('Roboto-Bold'), | ||
url('../../assets/fonts/roboto/roboto-v15-latin-700.eot?#iefix') format('embedded-opentype'), | ||
url('../../assets/fonts/roboto/roboto-v15-latin-700.woff2') format('woff2'), | ||
url('../../assets/fonts/roboto/roboto-v15-latin-700.woff') format('woff'), | ||
url('../../assets/fonts/roboto/roboto-v15-latin-700.ttf') format('truetype'), | ||
url('../../assets/fonts/roboto/roboto-v15-latin-700.svg#Roboto') format('svg'); | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.