Skip to content

Commit 73aba7c

Browse files
authored
Merge pull request #456 from coding-blocks/version
Version
2 parents de8c5b9 + a420dbf commit 73aba7c

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@coding-blocks/motley",
3-
"version": "2.0.4",
3+
"version": "2.2.0",
44
"description": "Motley is a new generation CSS framework based on ITCSS and Sass , it allows you to design component-driven webpages with little or no effort.",
55
"devDependencies": {
66
"bootstrap-sass-grid": "^4.0.1",

sass/styles/applications/coding-blocks/settings/colors.scss

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ $pink-dark-1: #bf1f68;
3939
$pink: #d93764;
4040
$pink-light-1: #f24f60;
4141

42+
4243
// PALETTE GRADIENTS
4344

4445
$gradient-orange-dark: linear-gradient(90deg, #e74e4b, #f26a3e);
@@ -53,6 +54,7 @@ $gradient-blue-dark: linear-gradient(90deg, #1c40de, #2167e3);
5354
$gradient-blue: linear-gradient(90deg, #2167e3, #258ee8);
5455
$gradient-blue-light: linear-gradient(90deg, #258ee8, #2ab5ed);
5556

57+
5658
// BUTTON GRADIENTS
5759

5860
$button-gradient-orange: linear-gradient(90deg, #f26a3e, #fb8133, #f26a3e);

0 commit comments

Comments
 (0)