Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
brainfood
/
bootflat
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Graphs
Network
Create a new issue
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
6a971249
authored
2014-04-17 09:54:17 +0800
by
bootflat
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
fix for sass 3.3.5
1 parent
01a7d522
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
bootflat/scss/bootflat/_global.scss
bootflat/scss/bootflat/_global.scss
View file @
6a97124
...
...
@@ -56,7 +56,7 @@ $darkgray-light: #656D78 !default;
@mixin
exports
(
$name
)
{
@if
index
(
$modules
,
$name
)
{
}
@else
{
$modules
:
append
(
$modules
,
$name
);
$modules
:
append
(
$modules
,
$name
)
!
global
;
@content
;
}
}
...
...
Please
register
or
sign in
to post a comment