Comparing version
{ | ||
"version": "1.0.0", | ||
"summary": "helpful summary of your project, less than 80 characters", | ||
"repository": "https://github.com/user/project.git", | ||
"repository": "https://github.com/rtfeldman/elm-css.git", | ||
"license": "BSD3", | ||
@@ -6,0 +6,0 @@ "source-directories": [ |
{ | ||
"version": "1.0.0", | ||
"summary": "helpful summary of your project, less than 80 characters", | ||
"repository": "https://github.com/user/project.git", | ||
"repository": "https://github.com/rtfeldman/elm-css", | ||
"license": "BSD3", | ||
@@ -6,0 +6,0 @@ "source-directories": [ |
@@ -15,3 +15,5 @@ // @flow | ||
function classNameForValue(moduleName /*: string*/, valueName /*: string*/) { | ||
return moduleName.replace(".", "-") + "-" + valueName; | ||
return ( | ||
moduleName.replace(allDots, "-") + "-" + valueName.replace(allDots, "-") | ||
); | ||
} | ||
@@ -23,3 +25,3 @@ | ||
return ( | ||
valueName.replace(allDots, "-") + | ||
valueName + | ||
" : Html.Attribute msg\n" + | ||
@@ -26,0 +28,0 @@ valueName + |
{ | ||
"name": "elm-css", | ||
"version": "0.7.0-beta5", | ||
"version": "0.7.0-beta6", | ||
"description": "Elm-based CSS Preprocessor", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
4116752
01072
0.19%