babel-plugin-namespace-styled-components
Advanced tools
Comparing version 0.1.4 to 0.1.5
@@ -83,5 +83,2 @@ 'use strict'; | ||
// Fix for reported bug where postcss-nested emits malformed CSS after each closing "}" | ||
postcssNestedResult.css = postcssNestedResult.css.replace(/}\S+/g, '}'); | ||
// Run the string through our namespace plugin to prefix each selector with the given namespace | ||
@@ -88,0 +85,0 @@ var postcssNamespaceResult = void 0; |
{ | ||
"name": "babel-plugin-namespace-styled-components", | ||
"version": "0.1.4", | ||
"version": "0.1.5", | ||
"main": "lib/index.js", | ||
@@ -27,3 +27,4 @@ "files": [ | ||
"postcss-nested": "4.1.1", | ||
"postcss-safe-parser": "4.0.1" | ||
"postcss-safe-parser": "4.0.1", | ||
"postcss-selector-parser": "5.0.0" | ||
}, | ||
@@ -30,0 +31,0 @@ "devDependencies": { |
8730
7
105