Skip to content

Commit 9403c79

Browse files
committed
Package Name Change.
1 parent 69a27dd commit 9403c79

4 files changed

Lines changed: 11 additions & 9 deletions

File tree

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2017 StrapLess
3+
Copyright (c) 2017 DevIsCoding
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
1-
# StrapLess Colors
2-
SASS color functions and maps used in StrapLess components. Can also be used quite effectively in any SASS where one desires an easy way to manage colors.
1+
# DevIsCoding Colors
2+
SASS color functions and maps used in DevIsCoding components. Can also be used quite effectively in any SASS where one desires an easy way to manage colors.
3+
4+
Formerly known as StrapLess Colors.
35

46
### Available Color Maps
57

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
{
2-
"name": "strapless/colors",
3-
"description": "SASS color functions, maps and CSS used in StrapLess components. Can also be used quite effectively in any SASS where one desires an easy way to manage colors.",
2+
"name": "deviscoding/colors",
3+
"description": "SASS color functions, maps and CSS used in DevIsCoding components. Can also be used quite effectively in any SASS where one desires an easy way to manage colors.",
44
"keywords": [
55
"color",
66
"map",
77
"sass",
88
"scss",
99
"strapless"
1010
],
11-
"homepage": "https://www.github.com/strapless/colors",
11+
"homepage": "https://www.github.com/deviscoding/colors",
1212
"version": "1.0.7",
1313
"authors": [
1414
{

scss/colors.scss

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
@import "colors-variables";
33

44
// No license or attribution is prepended to this file, as it is designed to be included
5-
// first before any other CSS or SASS. That said, if you are using SL Colors in another
6-
// framework or CSS setup, it would be great if you could include the following credit:
5+
// first before any other CSS or SASS. That said, if you are using DevIsCoding Colors in
6+
// another framework or CSS setup, it would be great if you could include the following credit:
77

8-
// /*! Color Maps inspired by Bootstrap 4. Color Management by https://strapless.style/colors/ */
8+
// /*! Color Maps inspired by Bootstrap 4. Color Management by https://deviscoding.com/colors/ */

0 commit comments

Comments
 (0)