Skip to content

Commit

Permalink
Bug fix
Browse files Browse the repository at this point in the history
  • Loading branch information
NielsHolt committed Dec 16, 2023
1 parent 5cc5d0d commit ed35e27
Show file tree
Hide file tree
Showing 6 changed files with 51 additions and 21 deletions.
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "fcoo-colors",
"version": "2.0.0",
"version": "2.0.1",
"homepage": "https://github.com/FCOO/fcoo-colors",
"authors": [
"Niels Holt"
Expand Down
39 changes: 34 additions & 5 deletions demo/demo.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion demo/demo.css.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 2 additions & 4 deletions demo/demo.scss
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,7 @@
Demo for fcoo-colors
*/



//COLOR-HELPER
@import "../bower_components/sass-color-helpers/stylesheets/color-helpers";

//LEAFLET-BOOTSTRAP-MARKER-MIXIN - mixin to create colors for marker (bsMarker)
Expand All @@ -14,8 +13,7 @@ Demo for fcoo-colors


//FCOO-COLORS-VARIABLES and FCOO-COLORS-MIXIN
@import "../src/fcoo-colors-variables";
@import "../src/fcoo-colors-mixin";
@import "../src/fcoo-colors-include";



Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "fcoo-colors",
"version": "2.0.0",
"version": "2.0.1",
"homepage": "https://github.com/FCOO/fcoo-colors",
"author": "Niels Holt [email protected]",
"description": "package.json is only use for building the package. see bower.json for more info",
Expand Down
21 changes: 12 additions & 9 deletions src/_fcoo-colors-include.scss
Original file line number Diff line number Diff line change
Expand Up @@ -8,18 +8,21 @@
Contain all include for a packages using
the scss-variables and scss-mixins of fcoo-colors
**********************************************************/
The scss file must also include
//COLOR-HELPER
@import "../bower_components/sass-color-helpers/stylesheets/color-helpers";
//COLOR-HELPER
@import "../bower_components/sass-color-helpers/stylesheets/color-helpers";
//LEAFLET-BOOTSTRAP-MARKER-MIXIN - mixin to create colors for marker (bsMarker)
@import "../bower_components/leaflet-bootstrap-marker-mixin/dist/leaflet-bootstrap-marker-mixin";
//LEAFLET-BOOTSTRAP-MARKER-MIXIN - mixin to create colors for marker (bsMarker)
@import "../bower_components/leaflet-bootstrap-marker-mixin/dist/leaflet-bootstrap-marker-mixin";
//LEAFLET-POLYLINE-MIXIN - mixin to create colors for polyline and polygon
@import "../bower_components/leaflet-polyline-mixin/dist/leaflet-polyline-mixin";
**********************************************************/

//LEAFLET-POLYLINE-MIXIN - mixin to create colors for polyline and polygon
@import "../bower_components/leaflet-polyline-mixin/dist/leaflet-polyline-mixin";


//FCOO-COLORS-VARIABLES and FCOO-COLORS-MIXIN
@import "../bower_components/fcoo-colors/src/fcoo-colors-variables";
@import "../bower_components/fcoo-colors/src/fcoo-colors-mixin";
@import "fcoo-colors-variables";
@import "fcoo-colors-mixin";

0 comments on commit ed35e27

Please sign in to comment.