Skip to content

Commit

Permalink
Use seperate variables file
Browse files Browse the repository at this point in the history
  • Loading branch information
hjemmesidekongen committed May 18, 2017
1 parent eb4c9fa commit 267417a
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion less/flexy-list.less
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
// Variables
// --------------------------------------------------

@flexy-list-item-spacing: 30px;
@import "variables";

// --------------------------------------------------
// Mixins
Expand Down
1 change: 1 addition & 0 deletions less/variables.less
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
@flexy-list-item-spacing: 30px;
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "flexy-list",
"version": "1.0.0",
"version": "1.0.1",
"description": "Easy flexible lists with CSS.",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
Expand Down
1 change: 1 addition & 0 deletions scss/_variables.scss
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
$flexy-list-item-spacing: 30px;
2 changes: 1 addition & 1 deletion scss/flexy-list.scss
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
// Variables
// --------------------------------------------------

$flexy-list-item-spacing: 30px;
@import "variables";

// --------------------------------------------------
// Mixins
Expand Down

0 comments on commit 267417a

Please sign in to comment.